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