{{--
28.65K

Followers

38.85K

Following

43.67K

Engagement

--}}
Profile About:
Updates
Full Name:
{{ $user->name }}
Mobile Number:
{{ $user->mobile }}
Email:
{{ $user->email }}
Role:
@if($user->role) @php $displayRole = $user->role->name; @endphp @if($displayRole == 'Admin') {{ $displayRole }} @elseif($displayRole == 'HOD') Head of Department @elseif($displayRole == 'Supervisor') {{ $displayRole }} @else {{ $displayRole }} @endif @else N/A @endif
Address:
{{ $user->address }}
Change Password
@csrf @method('put') @if(auth()->user()->role_id === 1)
@else @endif
@if (session('status') === 'password-updated')

Saved.

@endif