@extends('layouts.app') @section('title', 'Verified KYC') @section('subtitle', 'All verified KYC users') @section('content')
All users with verified KYC documentation
| User | Role | Company | Verified Date | Actions |
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
{{ $user->email }}
|
{{ ucfirst($user->role) }} | {{ $user->company_name ?? 'N/A' }} | {{ $user->kyc_verified_at ? $user->kyc_verified_at->format('M d, Y') : 'N/A' }} |