@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- ASIDE --}} {{-- MAIN --}}
{{-- TOPBAR --}}
{{ strtoupper(substr(config('app.name','A'),0,1)) }}
Panel
{{ auth()->user()->name ?? 'Usuario' }}
🔔
Notificaciones
Marcar todas
Cargando...
No tienes notificaciones.
Expediente:
#
·
Leer
Borrar
Se actualiza automáticamente.
{{ auth()->user()->name ?? 'Cuenta' }}
▾
Perfil
@if(auth()->user()?->role === 'admin')
Usuarios
@endif
@csrf
Cerrar sesión
{{-- CONTENT --}}
{{ $slot }}
{{-- Alpine (si no lo tienes ya en app.js, déjalo aquí) --}}