Clients Report

Generated on {{ now()->format('F d, Y H:i') }}

Total Clients: {{ $clients->count() }}

@forelse($clients as $client) @empty @endforelse
Client ID Full Name Email 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.