Analyze client onboarding, verification, and account activity.
Total clients
{{ stats.total ?? 0 }}
Verified
{{ stats.verified ?? 0 }}
Pending
{{ stats.pending ?? 0 }}
Rejected
{{ stats.rejected ?? 0 }}
| Client code | Name | Status | Accounts | Cards | Created | |
|---|---|---|---|---|---|---|
| {{ row.client_code || '—' }} | {{ row.full_name || '—' }} | {{ row.email || '—' }} | {{ row.status }} | {{ row.accounts_count ?? 0 }} | {{ row.cards_count ?? 0 }} | {{ row.created_at || '—' }} |
| No clients found. | ||||||