@vite(['resources/css/app.css', 'resources/js/app.js'])
@if (isset($header))
{{ $header }}
@endif
{{ Auth::user()->name }}
{{ __('Profile') }}
@csrf
{{ __('Log Out') }}
{{ $slot }}
@stack('scripts')