{{-- resources/views/admin/faqs/create.blade.php --}} {{-- FAQ: linked to Category + Country + Destination + Hotel + Airline (Flight) --}} {{-- Controller: Admin\FaqController@create / @store --}} @extends('layouts.admin') @section('title', 'Add FAQ') @section('page_title', 'Add FAQ') @section('page_css') @endsection @section('content') {{-- Top row: Category + Sort Order --}}
General grouping for this FAQ
Lower number = shown first
{{-- Link to specific content (optional) --}}
{{-- Country --}}
{{-- Destination (AJAX) --}}
{{-- Hotel --}}
{{-- Airline / Flight --}}
{{-- Question --}}
@error('question') {{ $message }} @enderror
{{-- Answer --}}
@error('answer') {{ $message }} @enderror
{{-- Status --}}
Cancel
@endsection @section('page_js') @endsection