@if(Auth::check())
Logged in as: {{ Auth::user()->name }}
@endif
@auth
@else
{{ __('Log in') }}
@endauth
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif
@if(Auth::check())
Logged in as: {{ Auth::user()->name }}
@endif