@auth
{{ __('Dashboard') }}
@endauth
@auth
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@endauth
@auth
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@endauth