{{ $purchaseOrder->supplier->name }} · {{ $purchaseOrder->warehouse->name }}
{{ $purchaseOrder->notes }}
@endif| Product | Ordered | Received | Pending | Unit Cost | Line Total |
|---|---|---|---|---|---|
| {{ $item->product->name }} | {{ $item->ordered_quantity }} | {{ $item->received_quantity }} | $item->pendingQuantity() > 0, 'text-gray-400 dark:text-gray-500' => $item->pendingQuantity() === 0, ])> {{ $item->pendingQuantity() }} | {{ number_format($item->unit_cost, 2) }} | {{ number_format($item->line_total, 2) }} |