@vite(['resources/css/app.css', 'resources/js/app.js']) @yield('styles')
@if($header) {{ $header }} @endif
{{ $slot }}
@stack('scripts')