Track issuance volumes and approval throughput over time.
Total Cards
{{ stats.total ?? 0 }}
Active
{{ stats.active ?? 0 }}
In Stock
{{ stats.in_stock ?? 0 }}
Queued for Print
{{ stats.queued_for_print ?? 0 }}
| Date | Card (masked) | Status | Account | Client |
|---|---|---|---|---|
| {{ row.created_at || '—' }} | {{ row.pan_masked || '—' }} | {{ row.status }} | {{ row.account_number }} | {{ row.client_name }} |
| No issuance records yet. | ||||
| Date | Cards issued |
|---|---|
| {{ row.date }} | {{ row.total }} |