@extends('layouts.admin.app') @section('title', __('pages/admin/blog.tabs.archived') . ' — ' . __('pages/admin/blog.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/blog.js']) @endpush