Department Wise Report Department Wise Report
@foreach ($complaintsLists as $index => $list) @endforeach
Sr.No Department Total Pending Closed
{{ $index + 1 }} {{ $list->department_name }} {{ $list->total_count }} {{ $list->pending_count ?? '0' }} {{ $list->closed_count ?? '0' }}