@extends('admin.layout') @section('title', 'KYC Verification') @section('page-title', 'KYC Verification') @section('content')
| User | CNIC | Type | Verified On | Actions |
|---|---|---|---|---|
|
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
{{ $user->email }}
|
{{ $user->cnic ?? 'N/A' }} | {{ ucfirst($user->user_type ?? 'passenger') }} | {{ $user->updated_at->format('M d, Y') }} | |
| No verified users yet | ||||