@vite(['resources/css/app.css', 'resources/js/app.js'])
Dashboard
@auth
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
{{ Auth::user()->name }}
Profile
@csrf
Logout
@else
Login
@endauth
@yield('content')