| Strategic Link (Budget Line) | Procurement Detail | Method | Amount | Planned Date | Revised Date | Actual Date | Variance | Status |
|---|---|---|---|---|---|---|---|---|
| {{ $p->budget_line ?? 'GEN-ADMIN' }} |
{{ $p->title }}
{{ $p->reference }} • {{ $p->type }}
|
{{ $p->method }} | {{ $p->currency }} {{ number_format($p->estimated_value, 0) }} | {{ $p->planned_close_date ? $p->planned_close_date->format('d/m/Y') : '—' }} | {{ $p->revised_close_date ? $p->revised_close_date->format('d/m/Y') : '—' }} | {{ $p->actual_close_date ? $p->actual_close_date->format('d/m/Y') : '—' }} | @php $vd = $p->variance_days; @endphp @if($vd !== null) @php $vClass = $vd > 7 ? 'badge-red' : ($vd > 0 ? 'badge-amber' : 'badge-green'); @endphp {{ $vd > 0 ? '+' : '' }}{{ $vd }}d @else — @endif | {{ ucfirst($p->status) }} |