Generated on: {{ date('d M Y, h:i A') }} • Total Records: {{ count($clients) }}
| # | Client Name | Contact Person | Pay Mode | Country | Status | |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $client->name }} | {{ $client->contact_person ?? 'N/A' }} | {{ $client->email ?? 'N/A' }} | {{ $client->pay_mode ?? 'N/A' }} | {{ $client->country ?? 'N/A' }} | @php $isActive = $client->status === 'Live' || $client->status === 'active'; @endphp {{ $client->status ?? 'N/A' }} |
| No client records found matching the criteria. | ||||||