{{-- Logo --}}
{{-- Optional nav items here --}}
{{-- User Dropdown --}} @php use Illuminate\Support\Facades\Auth; @endphp
{{ Auth::user()->name ?? 'Guest' }}
Dashboard
Sign Out
@yield('content')
{{-- Optional: your custom JS --}}