KYC Applications History
| S/N | Client | KYC Status | Date | Action |
|---|---|---|---|---|
| {{ $counter }} | {{ optional($item->user)->name }} | {{ Str::ucfirst($item->status) }} | {{ $item->created_at->diffForHumans() }} | |
@php $page = 'kyc' @endphp @php function getBadgeClass($status) { switch ($status) { case 'verified': return 'success'; case 'rejected': return 'danger'; default: return 'warning'; } } @endphp @extends('includes.layout') @section('content')
| S/N | Client | KYC Status | Date | Action |
|---|---|---|---|---|
| {{ $counter }} | {{ optional($item->user)->name }} | {{ Str::ucfirst($item->status) }} | {{ $item->created_at->diffForHumans() }} | |