Quote Request
{{ $invitation->purchaseRequest->request_number }}
@if($invitation->purchaseRequest->project_name)
{{ $invitation->purchaseRequest->project_name }}
@endif

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

You have been invited to submit a price quotation. Please click the button below to view the required items and submit your quote. The link is private to your company and expires in 7 days.

Submit My Quote →

This link can only be submitted once and expires on {{ $invitation->expires_at->format('d M Y') }}. If the button doesn't work, copy this URL into your browser:
{{ route('rfq.show', $invitation->token) }}