@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',$question->description) !!}
@if($errors->has('description'))

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

@endif
    @if( Setting()->get('code_create_question') )
  • @include('theme::layout.auth_captcha')
  • @endif
  • hide==1) checked @endif /> 匿名
@endsection @section('script') @endsection