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