@extends('layouts.admin.app') @section('title', __('pages/admin/cms.tabs.archived') . ' — ' . __('pages/admin/cms.title')) @section('content')
{{-- Breadcrumb + Page Header --}}
{{-- Search --}}
{{-- Filter Dropdown --}}
{{ __('pages/common.status.label') }}
{{-- Right: bulk actions only (no Add New button on archived page) --}}
{{-- Bulk Restore --}} {{ __('buttons.restore') }}
{{-- Module-specific skeleton template for AJAX partial table --}} {{-- Empty state template — no add button for archived page --}}
@endsection @push('before-app-js') @vite(['resources/js/admin/cms-management.js']) @endpush