| Descripción | Cant | Total |
|---|---|---|
|
{{ Str::limit($linea->descripcion, 22) }}
₡{{ number_format($linea->precio_unitario, 2) }} · {{ $linea->tarifa_iva }}% IVA @if($linea->descuento_monto > 0) Desc: -₡{{ number_format($linea->descuento_monto, 2) }} @endif |
{{ number_format($linea->cantidad, 2) }} | ₡{{ number_format($linea->total_linea, 2) }} |