@vite('resources/css/app.css')
@if (Route::has('login'))
@auth
Dashboard
@else
Log in
@endauth
@endif