@extends('layouts.admin.app') @section('title', __('pages/admin/cms.title')) @section('content')
{{-- Breadcrumb --}}
@if($totalCms > 0) {{-- Search / Filter / Add toolbar — hidden reactively when no records exist --}}
{{-- Search --}}
{{-- Filter Dropdown --}}
{{ __('pages/common.status.label') }}
@endif {{-- Skeleton + empty templates for AJAX partial table --}} {{-- Global empty: outside table when no CMS records exist (includes Add button) --}}
@endsection @push('before-app-js') @vite(['resources/js/admin/cms-management.js']) @endpush