View

Verify User KYC

Selfie Image

First Name

{{$kyc->first_name}}

Last Name

{{$kyc->last_name}}

Other Name

{{$kyc->other_names ?? '-'}}

Date of Birth

{{$kyc->date_of_birth->format('d M Y')}}

BVN

{{$kyc->user->bvn ?? '-'}}

Address

{{$kyc->address ?? '-'}}

Document type

{{ucfirst(str_replace("_", " ", $kyc->document_type)) ?? '-'}}

Document Number

{{$kyc->document_number ?? '-'}}

Gender

{{$kyc->gender ?? '-'}}

Occupation

{{$kyc->occupation ?? '-'}}

Document Front Image

Document Back Image

@if ($kyc->user->kyc_status === 'pending')
Reject Approve
{{ __('Submit') }}
@endif