{{ $organization }}
@if(!empty($subtitle)){{ $subtitle }}
@endif @if(!empty($filterSummary)){{ __('Filtered by') }}: {{ $filterSummary }}
@endif{{ __('Printed at') }}: {{ now()->format('d M Y, h:i A') }}
| {{ __('Month') }} | @foreach($types as $type){{ $type }} | @endforeach{{ __('Month Total') }} |
|---|---|---|
| {{ \Carbon\Carbon::create(2000, $m, 1)->format('F') }} | @foreach($types as $type){{ number_format((float) ($monthly[$m][$type] ?? 0), 2) }} | @endforeach{{ number_format($rowTotal, 2) }} |
| {{ __('Total') }} | @foreach($types as $type){{ number_format((float) ($columnTotals[$type] ?? 0), 2) }} | @endforeach{{ number_format($grandTotal, 2) }} |