@forelse ($customers as $customer) @empty @endforelse
Cliente Contacto Última actualización
{{ $customer->fullName() }} {{ $customer->phone ?? $customer->email ?? 'Sin contacto' }} {{ $customer->clinicalHistory?->updated_at?->diffForHumans() ?? 'Sin ficha' }} Abrir
{{ $customers->links() }}