@foreach ($reports as $type => $report)
{{ $type }}
Status
Count
@php $total = 0; @endphp @foreach ($report['count'] as $status => $count) @php $total += $count; @endphp
{{ $status }}
{{ $count }}
@endforeach
Total
{{ $total }}
@endforeach