@section('optional_css') @endsection @section('optional_js') @endsection {{ __('FAQ') }} @if(session('success')) {{ session('success') }} @endif {{ __('Edit') }} {{ __('FAQ') }} @csrf @method('PUT') {{ __('Category') }} @foreach($categories as $category) id == old('category_id', $faq->faq_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') }} publish))?'checked':'' }} data-bootstrap-switch> {{ __('Save') }}