@if($customer->ekyc_status === 'approved')
Verification Complete
Your identity has been successfully verified.
Go to Dashboard
@elseif($customer->ekyc_status === 'rejected')
Verification Failed
Your identity verification was not successful. Please try again with valid documents.
@else
Registration
2
Identity Verification
3
Account Ready
@if($customer->ekyc_status === 'processing')
Verification In Progress
Your documents are being reviewed. This usually takes a few minutes.
Checking status...
@endif
To complete your registration, we need to verify your identity. This process is quick and secure.
Take a selfie
Upload ID document
Get verified
@endif