| {{ $item->kecamatan }} | {{ $item->nama }} | @php
                                                        $jumlah_penduduk_15 = $item->unitKerjaAmbilPart2('filterTable68', Session::get('year'), 'jumlah_penduduk_15')['total'];
                                                        $Grandjumlah_penduduk_15 += $jumlah_penduduk_15;
                                                        echo $jumlah_penduduk_15;
                                                    @endphp | @php
                                                        $jumlah_kasus_afp = $item->unitKerjaAmbilPart2('filterTable68', Session::get('year'), 'jumlah_kasus_afp')['total'];
                                                        $Grandjumlah_kasus_afp += $jumlah_kasus_afp;
                                                        echo $jumlah_kasus_afp;
                                                    @endphp | 
                                        @endforeach
                                        
                                                    | {{ $item->UnitKerja->kecamatan }} | {{ $item->nama }} | @php
                                                            $jumlah_penduduk_15 = $item
                                                                ->filterTable68(
                                                                    Session::get('year'),
                                                                    $item->id,
                                                                )
                                                                ->jumlah_penduduk_15;
                                                            $Grandjumlah_penduduk_15 += $jumlah_penduduk_15;
                                                        @endphp
                                                       {{ $jumlah_penduduk_15 }} | @php
                                                            $jumlah_kasus_afp = $item
                                                                ->filterTable68(
                                                                    Session::get('year'),
                                                                    $item->id,
                                                                )
                                                                ->jumlah_kasus_afp;
                                                            $Grandjumlah_kasus_afp += $jumlah_kasus_afp;
                                                        @endphp
                                                      {{ $jumlah_kasus_afp }} | 
                                            @endif
                                        @endforeach