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

KYC Verification

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

You have not submitted your necessary documents to verify your identity. In order to enjoy our investment system, please verify your identity.

@if (Auth::user()->account_verify == 'Verified' or Auth::user()->account_verify == 'Under review')
Your previous application is under review, please wait @else Click here to complete your KYC @endif

We’re here to help you!

Ask a question, manage request, report an issue. Our support team will get back to you by email.

@endsection