@csrf
@lang('admin.createFaq')
@if ($errors->has('question')) {{ $errors->first('question') }} @endif
@if ($errors->has('answer')) {{ $errors->first('answer') }} @endif
@section('footer_scripts') @endsection