{{-- New-Unity ERP | purchases/orders/pdf2.blade.php | v1.0 | 29/06/2026 --}} {{-- DISEÑO 2 — Minimalista / Moderno. Sin colores fuertes, líneas limpias. --}}
| # | Cant. | U/M | SKU | Descripción | Marca | P. Unit. | IVA | Subtotal | Total |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ number_format($item->quantity, 2) }} | {{ $item->unit }} | {{ $item->product?->sku ?? '—' }} | {{ $item->product_name_snapshot }} | {{ $item->product?->brand?->validbrand_id ?? '—' }} | ${{ number_format($item->unit_cost, 2) }} | {{ $item->iva_perc }}% | ${{ number_format($item->subtotal, 2) }} | ${{ number_format($item->total_cost, 2) }} |
| {{ $order->items->count() }} partida(s) | ${{ number_format($order->total, 2) }} | ||||||||