@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('FAQ') }}

@if(session('success')) {{ session('success') }} @endif
{{ __('Edit') }} {{ __('FAQ') }} @csrf @method('PUT')
{{ __('Category') }}
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
{{ __('Question') }}
@if ($errors->has('question')) {{ $errors->first('question') }} @endif
{{ __('Answer') }}
@if ($errors->has('answer')) {{ $errors->first('answer') }} @endif
{{ __('Publish') }}
publish))?'checked':'' }} data-bootstrap-switch>
{{ __('Save') }}