@extends('layouts.admin') @section('title', 'KYC Verifications') @push('styles') @endpush @section('content')
| User | Document Type | Submitted | Status | Action |
|---|---|---|---|---|
| {{ $verification->user->name ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $verification->type ?? 'N/A')) }} | {{ $verification->created_at?->format('M d, Y') }} | {{ ucfirst($verification->status ?? 'pending') }} | |
| No verifications found. | ||||