| Row | Part Number | Description | Quantity | Condition | Cert | Tag Date | Lead Time | Unit Price | Total Price | Note | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | @can('Business - Inventories - List') @endcan {{ $ourQuotationPart->inventory->part_number }} @can('Business - Inventories - List') @endcan | {{ $ourQuotationPart->inventory->description }} | {{ $ourQuotationPart->quantity }} | {{ $ourQuotationPart->condition }} | {{ $ourQuotationPart->cert }} | {{ $ourQuotationPart->tag_date }} | {{ $ourQuotationPart->lead_time }} | {{ number_format($ourQuotationPart->unit_price, 2) }} | {{ number_format($ourQuotationPart->unit_price * $ourQuotationPart->quantity, 2) }} | {{ $ourQuotationPart->note }} | |
| Sub Total: | {{ number_format($sub_total, 2) }} | ||||||||||