@if(!$rfq)
| RFQ No | {{ $rfq->rfq_no }} | RFQ Date | {{ CommonHelper::changeDateFormat($rfq->rfq_date) }} |
|---|---|---|---|
| Response Due Date | {{ $rfq->response_due_date ? CommonHelper::changeDateFormat($rfq->response_due_date) : '' }} | Enquiry No. | {{ $rfq->enquiry_no }} |
| Customer / Prospect | {{ $customerName }} | Attention | {{ $rfq->attention }} |
| Contact | {{ $rfq->contact_no }} | {{ $rfq->email }} | |
| Address | {{ $customerAddress }} | ||
| Delivery Location | {{ $rfq->delivery_location }} | Payment Terms | {{ $rfq->payment_terms }} |
| Remarks / Scope | {{ $rfq->remarks }} | ||
| S.No | Item | Description | Pack Size | UOM | Color | Qty | Target Rate | Required Date |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->item_code ?? '' }} -- {{ $item->sub_ic ?? '' }} | {{ $row->item_description }} | {{ $row->pack_size }} | {{ $item->uom_name ?? $row->uom }} | {{ $row->color }} | {{ number_format($row->qty, 2) }} | {{ number_format($row->target_rate, 2) }} | {{ $row->required_date ? CommonHelper::changeDateFormat($row->required_date) : '' }} |