@extends('theme::layout.public') @section('seo_title')编辑回答 - {{ Setting()->get('website_name') }}>@endsection @section('css') @endsection @section('content')
{!! old('content',$answer->content) !!}
@if($errors->has('content'))

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

@endif
    @if( Setting()->get('code_create_answer') )
  • @if ($errors->first('captcha')) {{ $errors->first('captcha') }} @endif
  • @endif
@endsection @section('script') @endsection