Award Contract — {{ $procurement->reference }} Contract Award Interface
← Back to Procurement

Award Contract & Generate LPO

Finalize the selection and record the contract terms for {{ $procurement->reference }}.

Contract Details
@csrf

If the supplier is not listed, register them in the Bidder Registry first.

Procurement Context
REFERENCE #
{{ $procurement->reference }}
ESTIMATED BUDGET
{{ $procurement->currency }} {{ number_format($procurement->estimated_value, 2) }}
BUDGET LINE
{{ $procurement->budget_line ?? 'General Admin' }}

Evaluated Bidders
@foreach($procurement->bids->sortByDesc('combined_score') as $bid)
{{ $bid->bidder_name }}
Rank: {{ $bid->rank ?? 'N/A' }} / Score: {{ $bid->combined_score ?? 'N/A' }}
{{ $procurement->currency }} {{ number_format($bid->bid_amount, 0) }}
@endforeach