@extends('layouts.admin.app') @section('title', __('pages/admin/blog.title')) @section('content')
{{-- Breadcrumb + Page Header --}}
{{-- Search --}}
{{-- Filter Dropdown --}}
{{ __('pages/common.status.label') }}
{{-- Right: bulk actions + add new --}}
{{-- Module-specific skeleton template for AJAX partial table --}} {{-- Empty state template --}}
@endsection @push('before-app-js') @vite(['resources/js/admin/blog.js']) @endpush