Cliente: {{ $posArriendo->posCliente->nombre }}
| CANT | PRODUCTO | $$ |
|---|---|---|
| {{ number_format($d->cantidad, 2, ',', '.') }} | {{ $d->posMaquinaria->nombre }} | {{ number_format($d->v_total, 0, ',', '.') }} |
| TOTAL | {{ number_format($total_general, 0, ',', '.') }} | |
Recibe: {{ $posArriendo->retira }}
¡GRACIAS POR SU ARRIENDO!