@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Sprite de íconos SVG (oculto, se referencia con
) --}}
{{-- SIDEBAR --}} {{-- Overlay móvil --}}
{{-- CONTENIDO --}}
{{-- HEADER INTERNO --}}
@yield('title')
@yield('subtitle')
{{-- Notificaciones --}}
@if(($notifCount ?? 0) > 0)
{{ $notifCount }}
@endif
No hay notificaciones nuevas.
{{-- Usuario --}}
{{ strtoupper(substr(Auth::user()->name ?? 'U', 0, 1)) }}
{{ Auth::user()->name ?? '' }}
Perfil
{{-- CONTENIDO DE LA PÁGINA --}}
@yield('content')