Cliente: {{ $posMDespacho->posCliente->nombre }}
| CANT | MAQ | DETALLE | $/U | $$ |
|---|---|---|---|---|
| {{ number_format($d->cantidad, 0, ',', '.') }} | {{ $d->posMaquinaria->nombre }} | {{ $d->detalle }} | {{ number_format($d->valor, 0, ',', '.') }} | {{ number_format($subtotal, 0, ',', '.') }} |
| TOTAL | {{ number_format($total_general, 0, ',', '.') }} | |||
Retira: {{ $posMDespacho->retira }}
¡GRACIAS POR SU ARRIENDO!