@extends('layouts.dash') @section('title', $title) @section('content')
{{--
Account Verification
--}}

Begin your ID-Verification

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

@csrf
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.
Your Address

Your simple location information required for identification

Document Upload

Your simple personal document required for identification

To avoid delays when verifying account, Please make sure your document meets the criteria below:
  • Chosen credential must not have expired.
  • Document should be in good condition and clearly visible.
  • Make sure that there is no light glare on the document.

Upload front side *


Upload back side *

@if (Auth::user()->account_verify == 'Under review') Your previous application is under review, please wait @else @endif
@endsection