Procurement: {{ $procurement->title }} ({{ $procurement->reference }})
| Supplier | Total Score (/100) | Rank |
|---|---|---|
| {{ $result['bid']->supplier->name }} | {{ number_format($result['total_score'], 2) }} | {{ $index + 1 }} |
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