| Contract # | Supplier | Procurement Detail | Award Value | Period | Status | Action |
|---|---|---|---|---|---|---|
| {{ $c->contract_number }} |
{{ $c->supplier->name }}
{{ $c->supplier->tin_number ?? 'No TIN' }}
|
{{ $c->procurement->reference }}
{{ $c->procurement->title }}
|
{{ $c->currency }} {{ number_format($c->contract_value, 0) }} | @if($c->start_date && $c->end_date) {{ $c->start_date->format('M Y') }} — {{ $c->end_date->format('M Y') }} @else Not specified @endif | {{ ucfirst($c->status) }} | Manage |
|
No signed contracts found
Contracts appear here once a bid is awarded and signed
| ||||||