Welcome to your Account


Applied Certificate Details
{{ $eligibility->status }}
@if ($eligibility->status === 'Pending')

Your submission is pending review. Your files are currently being evaluated and may require further information.

@elseif ($eligibility->status === 'Processing')

Your submission is being processed.

@elseif ($eligibility->status === 'Rejected')

Your submission was not approved. Please review the feedback and resubmit.

@endif @if ($eligibility->status === 'Approved' && $eligibility->paid === 'due')

Congratulations! Your submission has been approved.

@elseif ($eligibility->status === 'Approved' && $eligibility->paid === 'paid' && $key == 0)

please schedule your exam. make sure to enter the exam by the time you choose

@elseif ($eligibility->status === 'Approved' && $eligibility->paid === 'paid' && $key != 0 && $result == null)

you have schedule your exam

@elseif ($eligibility->status === 'Pending') @elseif ($eligibility->status === 'Approved' && $eligibility->paid === 'paid' && $key != 0 && $result == 'pass')

you have pass the exam, you can receive your certificate now. Please check the email for your certification.

@elseif ($eligibility->status === 'Approved' && $eligibility->paid === 'paid' && $key != 0 && $result == 'fail')

you have fail the exam, you need to apply new certificate.

@endif
Academic Education
@foreach(explode(',', $eligibility->upload_files_academic) as $file)
@endforeach
Professional Education
@foreach(explode(',', $eligibility->upload_files_professional) as $file)
@endforeach
Work Experience
@foreach(explode(',', $eligibility->upload_files_work) as $file)
@endforeach