@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
{{-- ── Sidebar ──────────────────────────────────────────── --}} {{-- ── Main wrapper ─────────────────────────────────────── --}}
{{-- Top bar --}}
{{ $header ?? '' }}
{{-- Notifications --}}
{{-- User avatar --}}
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}
Settings
@csrf
Sign out
{{-- Page content --}}
{{ $slot }}
@stack('scripts') @livewireScripts {{-- ── Toast notifications ─────────────────────────────────────────────────── --}}