Contract Repository — ProcureFlow Active Contracts & POs
Active Contracts
{{ $contracts->where('status', 'active')->count() }}
Signed agreements in force
Total Commitment
{{ number_format($contracts->sum('contract_value'), 0) }}
UGX — combined contract value
Contract Repository
Centralized vault of all signed legal agreements and purchase orders
@foreach($contracts as $c) @endforeach @if($contracts->isEmpty()) @endif
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