@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
{{-- SIDEBAR --}} {{-- CONTENIDO PRINCIPAL --}}
{{-- Header --}}

{{ $header ?? 'Dashboard' }}

{{ now()->format('d/m/Y') }}
{{-- Página --}}
{{ $slot }}
{{-- Footer --}} @livewireScripts