Generated on {{ now()->format('F d, Y H:i') }}
Total Clients: {{ $clients->count() }}
| Client ID | Full Name | Phone | ID Number | Type | Status | Created Date | |
|---|---|---|---|---|---|---|---|
| {{ $client->client_number }} | {{ $client->full_name }} | {{ $client->email ?? 'N/A' }} | {{ $client->phone ?? 'N/A' }} | {{ $client->id_number ?? 'N/A' }} | {{ ucfirst($client->type) }} | {{ ucfirst($client->status) }} | {{ $client->created_at->format('M d, Y') }} |
| No clients found. | |||||||