@extends('layouts.admin.app') @section('title', __('pages/admin/faq.title')) @section('content')
{{-- Breadcrumb (unchanged) --}}
{{-- Search --}}
{{-- Filter Dropdown --}}
{{ __('pages/common.status.label') }}
{{-- Bulk Delete --}} {{ __('buttons.delete') }}
{{ __('pages/common.add_new', ['resource' => __('pages/admin/faq.heading.singular')]) }}
{{-- Skeleton + empty templates for AJAX partial table --}} {{-- Empty state lives here (outside the table). initAjaxPartialTable() swaps #table-container with this when the partial has no rows. --}}
@include('pages.admin.faq.partials.create-modal') @include('pages.admin.faq.partials.edit-modal')
@endsection @push('before-app-js') {!! JsValidator::formRequest('App\Http\Requests\Admin\Faq\FaqRequest', '#create-faq-form') !!} @vite(['resources/js/admin/faq.js']) @endpush