@extends('layouts.engine') @section('content')

Begin your ID-Verification

To comply with regulation each participant will have to go through identity verification (KYC/AML) to prevent fraud causes.

@if(count($errors) > 0)
@foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif
    @csrf
    01
    Personal Details

    Your simple personal information required for identification

    Please type carefully and fill out the form with your personal details. Your can’t edit these details once you submitted the form.

    02
    Your Address

    Your simple personal information required for identification

    Your can’t edit these details once you submitted the form.

    03
    Document Upload

    To verify your identity, please upload any of your document.

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

    To avoid delays when verifying account, Please make sure below:
    • Chosen credential must not be expaired.
    • Document should be good condition and clearly visible.
    • Make sure that there is no light glare on the card.
    Upload Front ID
    ID Front
    Upload Back ID
    ID Back
    Upload Proof of Address
    @endsection