@extends('layout.master') @section('content')

KYC

Are you an individual or a company running the bussiness?

@if(Auth::user()->role == 'agent' && Auth::user()->type == 'agent') @elseif(Auth::user()->role == 'seller' && Auth::user()->type == 'enterprise') @else @endif
Complate the below mentioned KYC steps:

Step 1 - Photo Identification

Please switch ON webcam by clicking on the ‘switch Webcam ON' button, capture your selfie image and upload below.

Switch on webcam and allow to take selfie

Capture Image
@if(!empty($generalInformation['user_images'])) @else @endif

Step 2 - Photo Identification

You can select any of the below mentioned options where in automated KYC with Aadhaar OPT verification process is available in the left section and the manual KYC option with document upload process available in the right section. The Aadhaar OPT is recommended if you have your mobile number registered with your Aadhaar card.

@csrf
@csrf

Express KYC – Get KYC verified in 30 Seconds

Document:

@if ($generalInformation['is_kyc_verified'] == 'no' || $generalInformation['is_kyc_verified'] == '')
@endif @if ($generalInformation['is_kyc_verified'] == 'yes' && $generalInformation['kyc_type'] == 'express')

Verified

@endif

OR

Manual KYC – Get KYC verified in 2-3 Business Days

Document 1

Invalid pan number Invalid adhar number
Invalid pan number Invalid adhar number

Select Company

Complate the below mentioned KYC steps:

Step 1 - Photo Identification

Please switch ON webcam by clicking on the ‘switch Webcam ON' button, capture your selfie image and upload below.

Switch on webcam and allow to take selfie

Capture Image
@if(!empty($generalInformation['user_images'])) @else @endif

Step 2 - Photo Identification

You can select any of the below mentioned options where in automated KYC with Aadhaar OPT verification process is available in the left section and the manual KYC option with document upload process available in the right section. The Aadhaar OPT is recommended if you have your mobile number registered with your Aadhaar card.

Express KYC – Get KYC verified in 30 Seconds

Document: Aadhaar Card

OR

@csrf

Manual KYC – Get KYC verified in 2-3 Business Days

Document 1

Invalid pan number Invalid adhar number
@if(!empty($generalInformation['document1_front_image'])) @else @endif
@if(!empty($generalInformation['document1_back_image'])) @else @endif
Invalid pan number Invalid adhar number
@if(!empty($generalInformation['document2_front_image'] && $generalInformation['is_kyc_verified'] == 'yes')) @else @endif
@if(!empty($generalInformation['document2_back_image'])) @else @endif
@endsection