RFQ
@include('templates.pdf_header', [ 'organisation' => $organisation, 'asOfDate' => \Carbon\Carbon::parse($rfq->rfq_date)->format('M d, Y'), 'currency' => "", ])
INVITATION FOR QUOTATION
{{ $rfq->title }}
RFQ Number: {{ $rfq->rfq_number }}
RFQ Date: {{ \Carbon\Carbon::parse($rfq->rfq_date)->format('F d, Y') }}
Issue Date: {{ \Carbon\Carbon::parse($rfq->issue_date)->format('F d, Y') }}
Submission Deadline: {{ \Carbon\Carbon::parse($rfq->submission_deadline)->format('F d, Y') }}
Delivery & Terms
Delivery Requirements: {{ $rfq->delivery_requirements }}
Special Instructions: {{ $rfq->special_instructions }}
Payment Terms: {{ $rfq->payment_terms }}
Items to Quote
@foreach($rfq->items as $i => $item) @endforeach
# 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) }}