@if(Auth::user()->hasRole('Client'))
0
Notifications
@else
0
Notifications
@endif
@if(Auth::user()->photo==NULL)
@else
@endif
{{ucwords(Auth::user()->first_name) }} {{ ucwords(Auth::user()->last_name) }}
Profile
@csrf
{{ __('Logout') }}