| Cliente | Comprob. | Neto | IVA | Total |
|---|---|---|---|---|
| {{ $row->client?->name ?? '—' }} | {{ $row->count }} | ${{ number_format((float)$row->net, 2, ',', '.') }} | ${{ number_format((float)$row->tax, 2, ',', '.') }} | ${{ number_format((float)$row->total, 2, ',', '.') }} |
| Sin ventas en el período. | ||||