@if (Auth::user()->can('hc_dash.view') && isset($labelsChart))
Financial Trend
{{ $financialChartTitle ?? 'Monthly Revenue vs. Expenses' }} @if(!empty($financialChartSubtitle))
{{ $financialChartSubtitle }}
@endif
@if(empty($financialChartHasData))

No posted income or expense activity in this period yet.

@else
@endif
@endif @if (Auth::user()->can('sponsorship_per_cluster.view') && isset($clusterNames))
CFDP Overview
Active Sponsorships by Cluster
@can('country_specifics.view') @if(isset($countries) && count($countries))
By Sponsor Country
    @foreach($countries as $index => $country)
  • {{ $country }} {{ $childCounts[$index] ?? 0 }}
  • @endforeach
@endif @endcan
@endif @if (Auth::user()->can('children_sponsorship_trend.view') || Auth::user()->can('children_graduation_trend.view'))
CFDP Trends
@if (Auth::user()->can('children_sponsorship_trend.view'))
New Sponsorships Over Time
@endif @if (Auth::user()->can('children_graduation_trend.view'))
Graduations Over Time
@endif
@endif @if (Auth::user()->can('farmers_registration_trend.view') && isset($farmersData))
Transformation Trend
Farmer Registrations Over Time
@endif