| Procurement | Role | Action |
|---|---|---|
|
{{ $action->procurement->reference }}
{{ \Illuminate\Support\Str::limit($action->procurement->title, 40) }}
|
{{ $action->role_label }} | Review |
|
No pending approvals
You're all caught up!
| ||
| Reference | Title | Stage | Status |
|---|---|---|---|
| {{ $proc->reference }} | {{ $proc->title }} | Stage {{ $proc->current_stage }} | @if($proc->status === 'active')Active @elseif($proc->status === 'completed')Completed @else{{ ucfirst($proc->status) }} @endif |
|
No active procurements found
| |||
| Contract # | Supplier | Procurement | Award Value | Deadline | Status |
|---|---|---|---|---|---|
| {{ $c->contract_number }} | {{ $c->supplier->name }} | {{ $c->procurement->reference }} — {{ \Illuminate\Support\Str::limit($c->procurement->title, 28) }} | {{ $c->currency }} {{ number_format($c->contract_value, 0) }} | @if($c->end_date && $c->end_date->isPast())EXPIRED @elseif($c->end_date){{ $c->end_date->format('M d, Y') }} @elseContinuous @endif | Executing |
|
No contracts in execution phase
Active contract deliverables will appear here
| |||||