@if(Auth::user()->profile_photo_url) Logo @else
{{ substr(Auth::user()->name, 0, 1) }}
@endif
{{ Auth::user()->name}}
{{ Auth::user()->email }}
{{ __('profile.my_profile') }}
Sign Out