CH-SACCO Live
@if($highlights['pending_drafts'] ?? 0)
{{ $highlights['pending_drafts'] }} draft{{ $highlights['pending_drafts'] > 1 ? 's' : '' }} pending
@endif
MSC Performance Dashboard
{{ $canViewAll ? ($selectedBranch ? $branchName : 'All branches — combined totals') : $branchName }} · {{ $year }} @if($highlights['latest_report_date'] ?? null) · Latest report {{ $highlights['latest_report_date'] }} @endif
@include('admin.chs.msc.partials.download-section', [
'branches' => $branches,
'canViewAll' => $canViewAll,
'canViewSummary' => $canViewSummary,
'selectedBranch' => $selectedBranch,
'selectedYear' => $year,
])
@endif
{{-- KPI row --}}
@foreach($kpis as $kpi)
@endforeach
@php
$isOrgScope = empty($selectedBranch);
$membershipChartHint = $isOrgScope
? 'Line = combined total across all branches at each month-end. Bars = new members reported that month.'
: 'Line = total members at month-end for this branch. Bars = new members in that month\'s report.';
@endphp
{{-- Stats strip --}}
{{ $kpi['label'] }}
0
{{ $kpi['delta_label'] ?? '' }}
{{ $membershipChartHint }}
Month-end cumulative total{{ $isOrgScope ? ' (all branches)' : '' }}.
Month-end cumulative total{{ $isOrgScope ? ' (all branches)' : '' }}.
@forelse($compliance as $row)
@empty
{{ $row['branch'] }}
{{ $row['submitted_this_month'] ? 'This month ✓' : 'Pending' }}
{{ $row['year_submissions'] }} submissions · {{ $row['compliance_pct'] }}% YTD pace
No compliance data for this scope.
@endforelse| Date | Branch | Status | By | |
|---|---|---|---|---|
| {{ $report->report_date?->format('d M Y') }} | {{ $report->branch->name ?? '—' }} |
|
{{ $report->creator->name ?? '—' }} | @if($canViewReports) Open @endif |
| No reports yet. | ||||