@if($profile?->photo_path)
@else
{{ strtoupper(mb_substr($user->name, 0, 1)) }}
![]()
@endif
{{ $user->name }}
{{ $profile?->position ?: 'Clinical Instructor' }}
@if($profile?->department)
{{ $profile->department }}
@endif
@error('photo')
{{ $message }}
@enderror
JPG or PNG, max 2 MB.