@forelse($clients as $client) @empty @endforelse
Company Contact Person Email/Phone Invoices Actions
{{ $client->company_name }}
{{ Str::limit($client->company_address, 50) }}
{{ $client->contact_person_name }}
{{ $client->email ?? 'N/A' }}
{{ $client->phone ?? 'N/A' }}
{{ $client->invoices_count }} invoices
@csrf @method('DELETE')

No clients found

Try adjusting your search or add a new client.

@if ($clients->hasPages())
{{ $clients->links() }}
@endif