| Delivery Requirements: | {{ $rfq->delivery_requirements }} |
| Special Instructions: | {{ $rfq->special_instructions }} |
| Payment Terms: | {{ $rfq->payment_terms }} |
| # | Description | Qty | Unit | Currency | Unit Price |
|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ $item->item_name ?? optional($item->item)->name }} {{ $item->item_description }} |
{{ number_format($item->quantity) }} | {{ optional($item->unit)->name }} | {{ optional($item->currency)->code }} | {{ optional($item->currency)->symbol }}{{ number_format($item->unit_price, 2) }} |
|
Prepared By:
Name:{{ $rfq->preparedBy->first_name ?? 'N/A' }} Title:{{$rfq->approvedBy->designation->name ?? ' __________________________' }} Signature: Date: {{ \Carbon\Carbon::parse($rfq->rfq_date)->format('F d, Y') }} |
Vendor Details
Name: __________________________ Company: ________________________ Title: __________________________ Signature: ________________________________ Date: __________________________ |