{{-- {{ ($clients->currentPage() - 1) * $clients->perPage() + ($clients->perPage() - $loop->iteration + 1) }} --}} {{ $client->client_number }} {{ Carbon\Carbon::parse($client->date ?? $client->created_at)->format('Y-m-d') }} {{ $client->phone }} {{ $client->placeType?->name }} {{ $client->program?->name }}
contact)>
{{-- --}} {{-- --}} {{ $client->notes }}
{{-- --}} @include('livewire.admin.clients.partials.notes-modal') @can('update_clients') @endcan @can('delete_clients') @endcan
@include('livewire.admin.clients.partials.whatsapp-modal')