| Cant. | Descripción | Precio Unit. | {{--% Bonif. | --}} {{--Imp. Bonif. | --}}Subtotal | Subtotal c/IVA |
|---|---|---|---|---|---|---|
| {{ $item['cantidad'] }} | {{ $item['descripcion'] }} | $ {{ number_format($item['precio_unitario'], 2, ',', '.') }} | {{--{{ number_format($item['porcentaje_bonificacion'], 2, ',', '.') }}% | --}} {{--$ {{ number_format($item['importe_bonificacion'], 2, ',', '.') }} | --}}$ {{ number_format($item['subtotal'], 2, ',', '.') }} | $ {{ number_format($item['subtotal_con_iva'], 2, ',', '.') }} |
| Tipo | IVA | Importe |
|---|---|---|
| IVA contenido | 21% | $ {{ number_format($data['importe_iva'], 2, ',', '.') }} |
| Subtotal: | $ {{ number_format($data['subtotal'], 2, ',', '.') }} |
| Subtotal Neto: | $ {{ number_format($data['subtotal_neto'], 2, ',', '.') }} |
| IVA 21%: | $ {{ number_format($data['importe_iva'], 2, ',', '.') }} |
| TOTALa: | $ {{ number_format($data['importe_total'], 2, ',', '.') }} |