@if(!empty($pageMessages ?? []))
{{ implode(' ', $pageMessages) }}
@endif {{-- ===== IFI STAT CARDS ===== --}}
@forelse($ifiView['stat_cards'] ?? [] as $stat)
{{ $stat['label'] }} {{ $stat['value'] }}
@empty
No IFI data available.
@endforelse
{{-- ===== CHART + TABLE GRID ===== --}}
{{-- IFI Completion Trend (Cumulative) --}} @php $trendChart = $ifiView['charts']['ifi_trend'] ?? []; $trendFiscalYears = $trendChart['fiscal_years'] ?? []; $trendSelectedFY = (string) ($trendChart['selected_fiscal_year'] ?? ''); @endphp

IFI Completion Trend (Cumulative)

{{-- Fiscal year dropdown --}}
{{-- IFI Disbursement vs Completion --}}

IFI Disbursement vs Completion

@forelse($ifiView['table']['disbursement'] ?? [] as $row) @empty @endforelse
IFI TOTAL COMPLETED PROGRESS
{{ $row['ifi'] }} {{ $row['allocated'] }} {{ $row['completed'] }} {{ $row['pct'] }}
No data available.