| Row | Our Quotation | Part Number | Description | Quantity | Condition | Cert | Tag Date | Lead Time | Unit Price | Total Price | Note | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $customerPOPart->ourQuotation->quotation_number }} | @can('Business - Inventories - List') @endcan {{ $customerPOPart->inventory->part_number }} @can('Business - Inventories - List') @endcan | {{ $customerPOPart->inventory->description }} | {{ $customerPOPart->quantity }} | {{ $customerPOPart->condition }} | {{ $customerPOPart->cert }} | {{ $customerPOPart->tag_date }} | {{ $customerPOPart->lead_time }} | {{ number_format($customerPOPart->unit_price, 2) }} | {{ number_format($customerPOPart->unit_price * $customerPOPart->quantity, 2) }} | {{ $customerPOPart->note }} | |
| Sub Total: | {{ number_format($sub_total, 2) }} | |||||||||||
| Row | Part Number | Description | Quantity | Ordered | Shipped | Received | Invoiced |
|---|---|---|---|---|---|---|---|
| {{ ++$i }} | @can('Business - Inventories - List') @endcan {{ $customerPOPart->inventory->part_number }} @can('Business - Inventories - List') @endcan | {{ $customerPOPart->inventory->description }} | {{ $customerPOPart->quantity }} | {{ $ordered_no }} | {{ $shipped_no }} | {{ $received_no }} | {{ $invoiced_no }} |