CNIC, mobile and account numbers are encrypted at rest — searching uses a keyed blind index, so an exact value is required.
| Customer | CNIC | Mobile | Branch | Plans | Status | Last seen |
|---|---|---|---|---|---|---|
| {{ $customer->full_name }} {{ $customer->bank_customer_id ?? $customer->uuid }} | {{ $customer->maskedCnic() ?? '-' }} | {{ $customer->maskedMobile() ?? '-' }} | {{ $customer->branch_name ?? '-' }} | {{ $customer->active_subscriptions_count }} / {{ $customer->subscriptions_count }} |
|
{{ $customer->last_seen_at?->diffForHumans(short: true) ?? '-' }} |
| No customers match this search. | ||||||