| CÓDIGO | CANT. | U | DESCRIPCIÓN | PRECIO LISTA | PRECIO UNIT. | DESC. | IMPORTE |
|---|---|---|---|---|---|---|---|
| @if($item->product && $item->product->CO_ARTI) {{ trim($item->product->CO_ARTI) }} @else - @endif | {{ number_format($item->quantity, 2) }} | U | {{ strtoupper($item->name) }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->unit_price, 4) }} | {{ number_format($item->discount_percentage ?? 0, 2) }} | {{ number_format($total, 4) }} |