@include('employee.fund.partials.emp_fund_styles', ['wrap' => 'adm-fund'])
{{ $subtitle }}
@endif @if(!empty($filterSummary)){{ __('Filtered by') }}: {{ $filterSummary }}
@endif| {{ __('Month') }} | @foreach($types as $t){{ $t }} | @endforeach{{ __('Month Total') }} |
|---|---|---|
| {{ \Carbon\Carbon::create(2000, $m, 1)->format('F') }} | @foreach($types as $t){{ number_format((float) ($monthly[$m][$t] ?? 0), 2) }} | @endforeach{{ number_format($rowTotal, 2) }} |
| {{ __('Total') }} | @foreach($types as $t){{ number_format((float) ($column_totals[$t] ?? 0), 2) }} | @endforeach{{ number_format((float) ($grand_total ?? 0), 2) }} |