| RFQ No: {{ $rfq->rfq_number }} | Date: {{ \Carbon\Carbon::parse($rfq->rfq_date)->format('M d, Y') }} |
| Reference: {{ $rfq->rfq_number }} |
{{ $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 }}
@endifDear {{ $supplier->supplier->contact_person ?? 'Supplier' }},
Please submit a quotation for the items/services listed below.
| # | Description | Qty | Unit | Notes |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->item_name }} | {{ number_format($item->quantity, 2) }} | {{ $item->unit_id ?? 'N/A' }} | {{ $item->notes ?? 'N/A' }} |
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