@extends('themes.basic.user.layouts.app') @section('title', translate('KYC Verification')) @section('breadcrumbs', Breadcrumbs::render('user.kyc')) @section('content') @if (authUser()->isKycPending())

{{ translate('KYC Verification Pending') }}

{{ translate('Your KYC verification is currently pending. We are processing your information, and you will be notified once the verification is complete.') }}

@else
@csrf

{{ translate('ID Verification') }}

{{ translate('Upload a clear, legible image and Ensure that all relevant details, such as your name, photo, and ID number, are visible. the image must be type of .JPG or .PNG') }}

{{ translate('Front Of ID') }}
{{ translate('Back Of ID') }}
{{ translate('Passport') }}
@if (@$settings->kyc->selfie_verification)

{{ translate('Selfie Verification') }}

{{ translate("Upload a clear selfie and Ensure it's well-lit and visible. the image must be type of.JPG or .PNG") }}

@endif
@endif @endsection