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.
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
you have pass the exam, you can receive your certificate now. Please check the email for your certification.
you have fail the exam, you need to apply new certificate.
@endif