@include('templates.pdf_header', [ 'organisation' => $organisation, 'asOfDate' => \Carbon\Carbon::parse($rfq->rfq_date)->format('M d, Y'), 'currency' => "", 'title' => 'REQUEST FOR QUOTATION' ])
RFQ No: {{ $rfq->rfq_number }} Date: {{ \Carbon\Carbon::parse($rfq->rfq_date)->format('M d, Y') }}
Reference: {{ $rfq->rfq_number }}

TO:

{{ $supplier->supplier->name }}

Contact: {{ $supplier->supplier->contact_person ?? 'N/A' }}

Email: {{ $supplier->supplier->email }}

Phone: {{ $supplier->supplier->phone }}

@if($supplier->supplier->company_registration_number)

Reg No: {{ $supplier->supplier->company_registration_number }}

@endif

SUBJECT: RFQ - {{ $rfq->rfq_number }}

Dear {{ $supplier->supplier->contact_person ?? 'Supplier' }},

Please submit a quotation for the items/services listed below.

ITEMS / SERVICES

@foreach($rfq->items as $i => $item) @endforeach
# Description Qty Unit Notes
{{ $i + 1 }} {{ $item->item_name }} {{ number_format($item->quantity, 2) }} {{ $item->unit_id ?? 'N/A' }} {{ $item->notes ?? 'N/A' }}

TERMS & REQUIREMENTS

Quotation Validity: 30+ days

Delivery Timeline: To be specified

Payment Terms: Net 30 days

Submit Quotation To: {{ $organisation->organisation_email }}

Additional Instructions:

We look forward to your quotation. For inquiries, contact us anytime.

Yours faithfully,

{{ $organisation->organisation_name }}

Procurement Department