| Cant. | Descripción | Precio Unit. | Total |
|---|---|---|---|
| {{ $item['cantidad'] }} | {{ $item['descripcion'] }} | $ {{ number_format($item['subtotal_con_iva'], 2, ',', '.') }} | $ {{ number_format($item['subtotal_con_iva'], 2, ',', '.') }} |
| Tipo | IVA | Importe |
|---|---|---|
| IVA contenido | 21% | $ {{ number_format($data['importe_iva'], 2, ',', '.') }} |
| Subtotal: | $ {{ number_format($data['importe_total'], 2, ',', '.') }} |
| Importe Otros tributos: | $ {{ number_format(0, 2, ',', '.') }} |
| TOTAL: | $ {{ number_format($data['importe_total'], 2, ',', '.') }} |