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