{{ __('Dashboard') }}
@auth {{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else {{ __('Log in') }} @endauth
{{ __('Dashboard') }}
@auth
{{ Auth::user()->name ?? 'User' }}
{{ Auth::user()->email ?? 'N/A' }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else
{{ __('Log in') }}
@endauth