@yield('styles') {{-- ======================== SIDEBAR ======================== --}} {{-- Overlay (clic para cerrar sidebar en mobile) --}} {{-- ======================== MAIN ======================== --}}
{{-- Topbar --}}
{{-- Hamburger (solo mobile) --}}
@yield('page-title', 'Dashboard')
{{-- Content --}}
{{-- Flash messages (procesados por SweetAlert2 en el script de abajo) --}} @if(session('success')) @endif @if(session('error')) @endif @if(session('warning')) @endif @if(session('info')) @endif @if($errors->any()) @endif @yield('content')
{{-- ======================== SCRIPTS ======================== --}} @yield('scripts')