| Nombre | Cantidad | Precio/Unid (€) | Total (€) | IVA (%) |
|---|---|---|---|---|
| {{ $product->producto_comodin}} | {{ $product->cantidad }} | {{ number_format($product->total, 2) }} € | {{ number_format(($product->total * $product->cantidad), 2) }} € | {{ $product->iva }}% |
| BASE ({{ $iva }}%) | {{ number_format($datos['base'], 2) }} € | |||
| IVA ({{ $iva }}%) | {{ number_format($datos['iva'], 2) }} € | |||
| TOTAL | {{ number_format($totalConIva, 2) }} € | |||