| Month | Activity Transcript | Total | |
|---|---|---|---|
| Unofficial | Official | ||
| {{ $data['month'] }} | {{ $data['unofficialCount'] }} | {{ $data['officialCount'] }} | {{ $data['unofficialCount'] + $data['officialCount'] }} |
| Total | {{ array_sum(array_column($months, 'unofficialCount')) }} | {{ array_sum(array_column($months, 'officialCount')) }} | {{ array_sum(array_column($months, 'unofficialCount')) + array_sum(array_column($months, 'officialCount')) }} |