Procurement Plans Procurement Plans
All Procurement Plans
New Plan
@forelse($plans as $plan) @empty @endforelse
Title Fiscal Year Version Status Created By Approved By Actions
{{ $plan->title }} {{ $plan->fiscal_year }} v{{ $plan->version }} @php $statusColors = [ 'draft' => 'badge-gray', 'pending_approval' => 'badge-amber', 'approved' => 'badge-green', 'rejected' => 'badge-red', 'amended' => 'badge-blue', ]; @endphp {{ ucfirst(str_replace('_', ' ', $plan->status)) }} {{ $plan->creator->name ?? 'N/A' }} {{ $plan->approver->name ?? 'N/A' }} View
No procurement plans found.
{{ $plans->links() }}