{{ ' My Profile' }}
{{ 'Doctor Documents' }}
Photo Id
Approved
@elseif($profile->get_doctor_details->photo_id_is_approved=='Pending')
Pending
@elseif($profile->get_doctor_details->photo_id_is_approved=='Rejected')
Rejected
@else
Pending
@endif
Registration Proof
Approved
@elseif($profile->get_doctor_details->registration_proof_is_approved=='Pending')
Pending
@elseif($profile->get_doctor_details->registration_proof_is_approved=='Rejected')
Rejected
@else
Pending
@endif