| Artículo | Cant. | Unitario | Neto | Total | @if($tieneWms)Ubicación | @endif
|---|---|---|---|---|---|
| {{ $d->nombre_articulo }} | {{ number_format($d->cantidad, 2, ',', '.') }} | {{ number_format($d->unitario, 0, ',', '.') }} | {{ number_format($d->neto, 0, ',', '.') }} | {{ number_format($d->total, 0, ',', '.') }} | @if($tieneWms)@if($d->wms_ubicacion) 📍 {{ $d->wms_ubicacion }} @else — @endif | @endif
| Neto | $ {{ number_format($venta->neto, 0, ',', '.') }} |
| IVA (19%) | $ {{ number_format($venta->impuesto, 0, ',', '.') }} |
| TOTAL | $ {{ number_format($venta->total, 0, ',', '.') }} |