@extends('admin.layouts.app') @section('title', 'KYC Reviews — ExtraCash Admin') @section('page-title', 'KYC Reviews') @section('breadcrumb', 'Identity verification queue') @section('content') {{-- Stats bar --}}
{{ $label }}
{{ number_format($val) }}
| User | ID Type | ID Number | Status | Submitted | Actions |
|---|---|---|---|---|---|
|
{{ $kyc->user?->name }} {{ $kyc->user?->email }} |
{{ $kyc->id_type ?? '—' }} | {{ $kyc->id_number ?? '—' }} | {{ $kyc->status?->value ?? '—' }} | {{ $kyc->created_at->format('M d, Y') }} |
@if($kyc->status?->value === 'Pending')
@else
Reviewed
@endif
View
|
| No KYC records found | |||||