@section('optional_css') @endsection @section('optional_js') @endsection {{ __('FAQ') }} {{ __('Create') }} {{ __('FAQ') }} @csrf {{ __('Category') }} @foreach($categories as $category) id == old('category_id'))?'selected':'' }}>{{ $category->name }} @endforeach @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') }}