@if ($isLoading)
Data loading spinner
@else
{{ __('donor.donors_total') }} {{ $donorsCount['total'] }}
{{ __('donor.donors_total') }} {{ $month == '00' ? __('report.this_year') : __('report.this_month') }} {{ $donorsCount['current_periode_total'] }}
{{ __('donor.donors_total') }} {{ $month == '00' ? __('report.last_year') : __('report.last_month') }} {{ $donorsCount['last_periode_total'] }}
@endif