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