Search, filter, and manage client profiles.
Total
{{ totalCount }}
Verified
{{ verifiedCount }}
Pending
{{ pendingCount }}
Rejected
{{ rejectedCount }}
| Client | Type | Status | Accounts | Created | Action |
|---|---|---|---|---|---|
|
{{ initials(client.full_name) }}
{{ client.full_name }} {{ client.client_code }} |
{{ client.type }} | {{ statusLabel(client.status) }} | {{ client.accounts_count }} | {{ client.created_at || '—' }} |
|
| No clients found. | |||||
Full profile information.
Name
{{ selectedClient.full_name }}
Client Code
{{ selectedClient.client_code || '—' }}
{{ selectedClient.email || '—' }}
Mobile
{{ selectedClient.mobile || '—' }}
Birth Date
{{ selectedClient.birth_date || '—' }}
Type
{{ selectedClient.type || '—' }}
Status
{{ selectedClient.status || '—' }}
KYC Level
{{ selectedClient.kyc_level || '—' }}
Address
{{ selectedClient.address || '—' }}
KYC Verification
Status
{{ selectedClient.kyc.status || '—' }}
ID Type
{{ selectedClient.kyc.id_type || '—' }}
ID Number
{{ selectedClient.kyc.id_number || '—' }}
Submitted
{{ selectedClient.kyc.submitted_at || '—' }}
Reviewed By
{{ selectedClient.kyc.reviewed_by || '—' }}
Reviewed At
{{ selectedClient.kyc.reviewed_at || '—' }}
Remarks
{{ selectedClient.kyc.remarks || '—' }}
Documents
Card details linked to {{ selectedClient.full_name || 'this client' }}.
| Card Number | Type | Status | Account | Institution | Product | Batch | Expiry | Print Status | Printer | Printed At | Pin Status | Pin Generated | Pin Dispatched | Created |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ card.card_number || '—' }} | {{ card.card_type || '—' }} | {{ card.status || '—' }} | {{ card.account?.account_number || '—' }} | {{ card.institution?.name || '—' }} | {{ card.product?.name || '—' }} | {{ card.batch?.id || '—' }} | {{ formatExpiry(card) }} | {{ card.print_job?.status || '—' }} | {{ card.print_job?.printer?.name || '—' }} | {{ card.print_job?.printed_at || '—' }} | {{ card.pin_mailer?.status || '—' }} | {{ card.pin_mailer?.generated_at || '—' }} | {{ card.pin_mailer?.dispatched_at || '—' }} | {{ card.created_at || '—' }} |
| No linked cards found for this client. | ||||||||||||||
Update client details and KYC status.