@yield('extra_styles') {{-- ── Header ──────────────────────────────────────────────────────── --}}
Admin Panel
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
My Profile My Channel
Dashboard Users Videos @if(Auth::user()->isSuperAdmin()) Audit Logs Error Logs @endif
@csrf
@endauth
{{-- ── Sidebar ──────────────────────────────────────────────────────── --}}
{{-- ── Impersonation Banner ────────────────────────────────────────── --}} @if(session('impersonator_id'))
Impersonating {{ Auth::user()->name }} — any actions you take are performed as this user
@csrf
@endif {{-- ── Main ─────────────────────────────────────────────────────────── --}}
@yield('content')
@yield('scripts')