@foreach($catWise as $val) @endforeach
S.No. Gender Caste Count Below 10 years Above 10 years Life Imprisonment Death Other
{{ $loop->iteration }} {{ $val->gender }} {{ $val->caste }} {{ $val->count }} {{ $val->sen_0_10 }} {{ $val->sen_11_98 }} {{ $val->life }} {{ $val->death }} {{ $val->other }}
Total {{ $t_count }} {{ $t_sen_0_10 }} {{ $t_sen_11_98 }} {{ $t_life }} {{ $t_death }} {{ $t_other }}