| User | KYC Status | Crypto Balance | Register Date | Actions |
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
{{ $user->email }}
ID: {{ $user->uuid }}
|
{{ ucfirst($user->kyc_status) }} |
${{ number_format($user->getTotalBalanceUSD(), 2) }}
{{ $user->hasCryptoAssets() ? count($user->cryptoAssets->getActiveCryptos()) : 0 }} Active Assets
|
{{ $user->created_at->format('M d, Y') }} |
{{-- View Crypto Assets --}}
{{-- Edit Crypto Address --}}
{{-- Edit Network Fee --}}
{{-- View Cards --}}
{{-- View Wallet Phrase --}}
{{-- Manage Profile --}}
{{-- Change Password --}}
{{-- Delete User --}}
|
| No users found | ||||