{{-- Header --}}
Request for Quotation
{{ $purchaseRequest->request_number }}
@if($purchaseRequest->project_name)
{{ $purchaseRequest->project_name }}
@endif

Hello {{ $invitation->supplier->name }},

Please enter your unit prices for the items below, then scroll down and submit. This link is private to your company and can only be submitted once.

@csrf {{-- Items table --}}
@foreach($items as $i => $item) @endforeach
# Description Qty Unit VAT? Unit Price (BD) Total (BD)
{{ $i + 1 }} {{ $item->description }} {{ rtrim(rtrim(number_format((float)$item->quantity_required, 3), '0'), '.') }} {{ $item->unit ?: '—' }} @if($vatRate > 0) @else @endif
Subtotal: BD 0.000
VAT ({{ $vatRate }}%): BD 0.000
Grand Total: BD 0.000
{{-- Delivery / Payment --}}
{{-- T&C --}}
Terms & Conditions
  • Prices stated in this quote are valid for 30 days from the submission date.
  • Delivery will be made within the specified delivery time stated above.
  • All items supplied will meet the required specifications and quality standards.
  • This quote is binding upon acceptance and constitutes a formal offer.
@error('terms')
{{ $message }}
@enderror
{{-- Confirmation code --}}
Confirmation Required
Copy this code:
{{ $confirmCode }}
@error('confirm_code')
{{ $message }}
@enderror

Link expires {{ $invitation->expires_at->format('d M Y') }} · One submission only