@vite(['resources/sass/app.scss', 'resources/js/app.js'])
@auth @endauth
@auth
{{ Auth::user()->name }}
@endauth
@yield('content')