{{-- Bootstrap 5 --}} {{-- Bootstrap Icons --}} {{-- Google Fonts --}} @stack('styles') {{-- Sidebar Overlay (mobile) --}} {{-- Sidebar --}} {{-- Top Bar --}}

@yield('page-title', 'Dashboard')

🦁 District 306 B2 {{ now()->format('d M Y') }}
{{-- Main Content --}}
{{-- Global Alerts --}} @if(session('success')) @endif @if(session('error')) @endif @if($errors->any())
Please fix the following errors:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Page Content --}} @yield('content')
{{-- Bootstrap 5 JS --}} @stack('scripts')