KYC Applications
| S/N | Client | KYC Status | Date | Action |
|---|---|---|---|---|
| {{ $counter }} | {{ optional($item->user)->name }} | {{ Str::ucfirst($item->status) }} | {{ $item->created_at->diffForHumans() }} | |
@php $page = 'kyc' @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() }} | |