@extends('theme::layout.public') @section('seo_title')发起提问 - {{ Setting()->get('website_name') }} @endsection @section('css') @endsection @section('content')
@if($errors->has('title'))

{{ $errors->first('title') }}

@endif

这些问题可能有你需要的答案

    {!! old('description',$formData['content']) !!}
    @if($errors->has('description'))

    {{ $errors->first('description') }}

    @endif
      @if( Setting()->get('code_create_question') )
    • @include('theme::layout.auth_captcha')
    • @endif
    •  金币
    •  匿名
    @endsection @section('script') @endsection