{{-- Plus Jakarta Sans from Google Fonts --}} {{-- Pass authenticated user ID to JS so Echo can join the private channel --}} @auth @endauth @vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- ========== SIDEBAR ========== --}} {{-- ========== MAIN CONTENT ========== --}}
{{-- Toast Flash Messages --}} @if (session('success') || session('error'))
@if (session('success')) {{ session('success') }} @else {{ session('error') }} @endif
@endif {{-- Page content --}}
@yield('content')
{{-- Alpine.js — used for collapsible sections and x-data directives --}} {{-- Motion One CDN — staggered sidebar nav animation --}} @auth @endauth @stack('scripts')