{{ ucwords($user->first_name.' '.$user->last_name)}} @if($user->status=='1'){{"Active"}}@elseif($user->status=='0'){{"Inactive"}}@else{{"Pending"}}@endif
Instructor ID: {{$user->id}}

@include('instructor.profile.submenu')
@if ($VIEW_PROFILE_ACCESS)
@csrf

Personal Information

profile != '' && $user->profile->dob != '') value="{{ date('m/d/Y',strtotime($user->profile->dob)) }}" @endif>

Profile Information

Account Information

Contact Information

Address

@endif