@include('templates.external_com_header', [ 'organisation' => $organisation, 'title' => 'REQUEST FOR QUOTATION (RFQ)' ])

To:

{{ $supplier->supplier->supplier_name }}

{{ $supplier->email }}

{{ $supplier->phone_number }}

Subject: Request for Quotation (RFQ)

Dear {{ $supplier->supplier->supplier_name }},

{{$rfq->title}}:

@foreach($rfq->items as $index => $item) @endforeach
Item No. Description Quantity Specifications
{{ $index + 1 }} {{ $item->item_description }} {{ $item->quantity }} {{ $item->technical_specifications }}

Additional Requirements:

Delivery Date: {{ $rfq->delivery_date}}

Payment Terms: {{ $rfq->payment_terms }}

Validity of Quotation: {{ $rfq->closing_date }}

Submission Deadline: {{ $rfq->submission_deadline??"N/A" }}