@if($user->profile_photo_path) Profile Photo @else
{{ substr($user->name, 0, 1) }}
@endif
@if (session()->has('pmessage')) @endif {{ $user->name }} {{ $user->lastname }}
@foreach($user->roles as $role) @if($role->name == 'GarrageManager')
Province Head
@else
{{ ucwords($role->name) }}
@endif @endforeach