@extends('layouts.admin') @section('title', 'User KYC Approvals') @section('page-title', 'User KYC Approvals') @section('content')
All user KYC requests have been processed.
| # | User | Submitted On | Documents | Status | Actions |
|---|---|---|---|---|---|
| {{ $kyc->id }} |
{{ strtoupper(substr($kyc->user->name, 0, 1)) }}
{{ $kyc->user->name }}
{{ $kyc->user->email }}
{{ $kyc->user->mobile }} |
{{ $kyc->created_at->format('M j, Y H:i') }} | Pending Review |
|