@if(Auth::user()->hasRole('client') && Auth::user()->client && Auth::user()->client->avatar)
->client->avatar) }})
@elseif(Auth::user()->profile_photo_path)
->profile_photo_path) }})
@elseif(Auth::user()->profile_photo_url)
->profile_photo_url }})
@else
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
@endif
{{ explode(' ', Auth::user()->name)[0] }}