Stage 5 — {{ $procurement->reference }}: {{ $procurement->title }}
| Supplier | Bid Reference | Amount | Submitted | Status |
|---|---|---|---|---|
| {{ $bid->supplier->name ?? '—' }} | {{ $bid->reference ?? '—' }} | {{ $bid->currency }} {{ number_format($bid->amount ?? 0, 2) }} | {{ $bid->submitted_at ? $bid->submitted_at->format('d M Y') : '—' }} | {{ ucfirst($bid->status ?? 'pending') }} |
| No bids received yet. | ||||