{{ 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 ($ADD_VEHICLE_ACCESS)
@csrf

Add Vehicle Information

Vehicle Image
@endif