@stack('styles')
{{-- ===== SIDEBAR ===== --}} {{-- ===== MAIN PANEL ===== --}}
{{-- NAVBAR --}}

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

@hasSection('breadcrumb')

@yield('breadcrumb')

@endif
{{-- Notifications --}} {{-- Theme toggle --}} {{-- Avatar (clickable) --}} {{ strtoupper(substr(auth()->user()?->name ?? 'A', 0, 2)) }}
{{-- CONTENT --}}
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
{{-- Global spinner --}} @stack('scripts')