@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_identifier }} {{ 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->aadharNO }} {{ ucwords($kycRequest->aadharCustomerName) }} {{ ucwords($kycRequest->aadharFatherName) }} {{ $kycRequest->aadharDob }} {{ $kycRequest->aadharAddress }} {{ $kycRequest->aadharIDTypes }}
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