@extends('layouts.admin-sidebar') @section('title', 'KYC Management') @section('page-title', 'KYC Management') @section('page-description', 'Review and manage user identity verification requests') @section('content')
Total
{{ number_format($stats['total']) }}
Pending
{{ number_format($stats['pending']) }}
Verified
{{ number_format($stats['verified']) }}
Failed
{{ number_format($stats['failed']) }}
Expired
{{ number_format($stats['expired']) }}
@endif | User | Type | Status | Submitted | Provider | Actions | |
---|---|---|---|---|---|---|---|
@elseif($kycVerifications->where('status', 'pending')->count() > 0) | @endif |
{{ strtoupper(substr($kyc->user->first_name, 0, 1) . substr($kyc->user->last_name, 0, 1)) }}
{{ $kyc->user->full_name }}
{{ $kyc->user->email }}
|
{{ strtoupper($kyc->type) }} | @if($kyc->status === 'pending') Pending @elseif($kyc->status === 'verified') Verified @elseif($kyc->status === 'failed') Failed @else Expired @endif |
{{ $kyc->created_at->format('M d, Y') }}
{{ $kyc->created_at->format('H:i') }}
|
{{ $kyc->provider ?: 'Manual' }} | View @if($kyc->document_path) Download @endif |
No KYC verifications match your current filters.