{{ __('Dashboard') }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
@if(Auth::user()->foto) {{ Auth::user()->name }} @else
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
@endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}