@extends('layouts.admin') @section('title', 'Pending KYC') @section('content')
Review submitted KYC details and attached citizen documents.
Pending Records
{{ $pendingCitizens->total() }} Pending| Citizen | Contact | KYC Numbers | Documents |
|---|---|---|---|
| {{ $citizen->name }} |
{{ $citizen->email }}
{{ $citizen->mobile_no ?: '—' }}
|
Aadhaar: {{ $citizen->aadhaar_no ?: '—' }} Ration: {{ $citizen->ration_card_no ?: '—' }} Voter: {{ $citizen->voter_id_no ?: '—' }} | @if(is_array($citizen->documents)) @foreach($citizen->documents as $name => $path) {{ $name }} @endforeach @else No docs @endif |
|
No pending KYC records.
|
|||