{{-- ═══════════════════════════════════════════ --}} {{-- LAYOUT PRINCIPAL: sidebar + contenido --}} {{-- ═══════════════════════════════════════════ --}}
{{-- ══════════════════════════════ --}} {{-- PANEL LATERAL IZQUIERDO --}} {{-- ══════════════════════════════ --}} {{-- ══════════════════════════════ --}} {{-- ÁREA DE CONTENIDO PRINCIPAL --}} {{-- ══════════════════════════════ --}}
{{-- Topbar superior --}}
{{-- Botón hamburguesa móvil --}}

@yield('titulo', 'GestionCob')

{{-- Campana en topbar --}} {{ strtoupper(auth()->user()->getRoleNames()->first() ?? 'sin rol') }}
{{-- Mensajes flash --}}
@if(session('exito'))
{{ session('exito') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
{{-- Contenido de la página --}}
@yield('contenido')
{{-- Panel flotante campana --}} {{-- Overlay móvil --}}