| {{ $loop->index + 1 }} |
{{ $client->name }} |
{{ $client->phone }} |
{{ $client->city->name }} |
{{ $client->program->name }} |
{{ $client->status }} |
{{ $client->user->name }} |
{{ $client->customerSource?->name }} |
{{ $client->second_contact_name }} |
{{ $client->second_contact_phone }} |
{{ $client->address }} |
{{ $client->notes }} |
@endforeach