{{-- resources/views/layouts/admin.blade.php --}} @yield('title', 'Admin Dashboard - Chingu Bite') @stack('styles')
@if(session('success')) @endif @if(session('error')) @endif @if(session('warning')) @endif @if($errors->any()) @endif

@yield('page_title', 'Dashboard')

@yield('page_description', 'Admin dashboard overview')

@yield('page_actions') @hasSection('date_range_selector')
@endif @hasSection('print_button') @endif @hasSection('export_button') @endif
@yield('content')
@stack('scripts')