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

{{ __('FAQ') }}

{{ __('Create') }} {{ __('FAQ') }} @csrf
{{ __('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') }}
{{ __('Save') }}