Evaluation Report

Procurement: {{ $procurement->title }} ({{ $procurement->reference }})

Evaluation Committee

Consolidated Scores

@foreach($results as $index => $result) @endforeach
Supplier Total Score (/100) Rank
{{ $result['bid']->supplier->name }} {{ number_format($result['total_score'], 2) }} {{ $index + 1 }}
@if(count($results) > 0)

Recommendation

Based on the consolidated scores, the recommended supplier for award is {{ $results[0]['bid']->supplier->name }} with a score of {{ number_format($results[0]['total_score'], 2) }}.

@endif