@if($user->kyc_verify == '0')
@csrf @if(Session::has('errormsg'))

{{Session::get('errormsg')}}

@endif @if(Session::has('succmsg'))

{{Session::get('succmsg')}}

@endif
01

Personal Details

Your basic personal information is required for identification purposes.

Please type carefully and fill out the form with your personal details. You are not allowed to edit the details once you have submitted the application.

Your Address

02

Document Upload

To verify your identity, we ask you to upload high-quality scans or photos of your official identification documents issued by the government.

In order to complete, please upload any of the following personal documents.

To avoid delays with verification process, please double-check to ensure the below requirements are fully met:

  • Chosen credential must not be expired.
  • Document should be in good condition and clearly visible.
  • There is no light glare or reflections on the card.
  • File is at least 1 MB in size and has at least 300 dpi resolution.
Upload Here Your Passport Copy
Upload Here Your National ID Back Side
@elseif($user->kyc_verify == '1')

Document Uploaded!

We would review your identity verification. Once our team verified your indentity, you will be notified by email

If you have any question, please contact our support team {{system_settings('site_email')}}.

@elseif($user->kyc_verify == '2')

Kyc Completed

Your Account has been verified

If you have any question, please contact our support team {{system_settings('site_email')}}.

@endif