{{ $supplier->supplier->supplier_name }}
{{ $supplier->email }}
{{ $supplier->phone_number }}
Dear {{ $supplier->supplier->supplier_name }},
{{$rfq->title}}:
| Item No. | Description | Quantity | Specifications |
|---|---|---|---|
| {{ $index + 1 }} | {{ $item->item_description }} | {{ $item->quantity }} | {{ $item->technical_specifications }} |
Delivery Date: {{ $rfq->delivery_date}}
Payment Terms: {{ $rfq->payment_terms }}
Validity of Quotation: {{ $rfq->closing_date }}
Submission Deadline: {{ $rfq->submission_deadline??"N/A" }}