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