@extends('layouts.master') @section('page-title', $page_info['page_title']) @section('main-section')

{{ $page_info['page_name'] }}

Request ID Customer Name Email Id Status ID's Found Date
{{ $kycRequest->kycRequestID }} {{ ucwords($kycRequest->customer_name) }} {{ $kycRequest->customer_email }} {{ ucwords(str_replace('_', ' ', $kycRequest->status)) }} Video, Aadhar, Pancard {{ $kycRequest->updatedOn }}
Video Geolocation
{{ $kycRequest->kycLocation }}
Loading Video...
Aadhar No. Name Father's Name DOB Address ID Type
{{ $kycRequest->identityNO}} {{ ucwords($kycRequest->identityCustomerName) }} {{ ucwords($kycRequest->identityFatherName) }} {{ $kycRequest->identityDob }} {{ $kycRequest->identityAddress }} {{ $kycRequest->identityIDType }}
Loading Adhar Card Front...
Loading Adhar Card Back...
Pancard No. Name Father's Name DOB ID Type
{{ $kycRequest->panNO }} {{ ucwords($kycRequest->panCustomerName) }} {{ ucwords($kycRequest->panFatherName) }} {{ $kycRequest->panDob }} {{ $kycRequest->panIDTypes }}
Loading Pancard...
@endsection @section('custom-js') @endsection