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 Unit Price (BD) Total (BD)
{{ $i + 1 }} {{ $item->description }} {{ rtrim(rtrim(number_format((float)$item->quantity, 3), '0'), '.') }} {{ $item->unit ?: '—' }}
Grand Total: BD 0.000
{{-- Terms --}}

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