@role('Admin|superadmin') @endrole @role('Puskesmas|Pihak Wajib Pajak') @endrole @role('Admin|superadmin') @php $GrandJumlahBayi = 0; $GrandJumlahK24 = 0; $GrandJumlahB24 = 0; @endphp @foreach ($unit_kerja as $key => $item) @endforeach @endrole @role('Puskesmas|Pihak Wajib Pajak') @php $GrandJumlahBayi = 0; $GrandJumlahK24 = 0; $GrandJumlahB24 = 0; @endphp @foreach ($desa as $key => $item) @if ($item->filterTable63(Session::get('year'), $item->id)) @endif @endforeach @endrole
JUMLAH BAYI YANG LAHIR DARI IBU REAKTIF HBsAg dan MENDAPATKAN HBIG
Kabupaten/Kota Kutai Timur
Tahun {{Session::get('year')}}
KecamatanPuskesmasDesaJUMLAH BAYI YANG LAHIR DARI IBU HBsAg Reaktif JUMLAH BAYI YANG LAHIR DARI IBU HBsAg REAKTIF MENDAPAT HBIG
< 24 Jam > 24 Jam TOTAL
JUMLAH % JUMLAH % JUMLAH %
{{ $item->kecamatan }} {{ $item->nama }} @php $jumlah_bayi = $item->unitKerjaAmbilPart2('filterTable63', Session::get('year'), 'jumlah_bayi')['total']; @endphp {{ $jumlah_bayi }} @php $jumlah_k_24 = $item->unitKerjaAmbilPart2('filterTable63', Session::get('year') 'jumlah_k_24')['total']; echo $jumlah_k_24; @endphp {{ $jumlah_bayi > 0?number_format(($jumlah_k_24 / $jumlah_bayi) * 100, 2).'%':0 }} @php $jumlah_b_24 = $item->unitKerjaAmbilPart2('filterTable63', Session::get('year') 'jumlah_b_24')['total']; $GrandJumlahB24 += $jumlah_b_24; echo $jumlah_b_24; @endphp {{ $jumlah_bayi>0?number_format(($jumlah_b_24 / $jumlah_bayi) * 100, 2).'%':0 }} @php $jumlah = $jumlah_b_24 + $jumlah_k_24; echo $jumlah; @endphp {{ $jumlah_bayi>0?number_format(($jumlah / $jumlah_bayi) * 100, 2).'%':0 }}
Jumlah {{ $GrandJumlahBayi }} {{ $GrandJumlahK24 }} {{ $GrandJumlahK24 > 0 && $GrandJumlahBayi > 0 ? number_format(($GrandJumlahK24 / $GrandJumlahBayi) * 100, 2).'%' : 0 }} {{ $GrandJumlahB24 }} {{ $GrandJumlahB24 > 0 && $GrandJumlahBayi > 0 ? number_format(($GrandJumlahB24 / $GrandJumlahBayi) * 100, 2).'%' : 0 }} {{$GrandJumlahB24 + $GrandJumlahK24 }} {{ $GrandJumlahB24 > 0 && $GrandJumlahK24 > 0 && $GrandJumlahBayi > 0 ? number_format((($GrandJumlahB24 + $GrandJumlahK24) / $GrandJumlahBayi) * 100, 2).'%' : 0}}
{{ $item->UnitKerja->kecamatan }} {{ $item->nama }} @php $jumlah_bayi = $item ->filterTable63( Session::get('year'), $item->id, ) ->jumlah_bayi; $GrandJumlahBayi += $jumlah_bayi; @endphp {{ $jumlah_bayi }} @php $jumlah_k_24 = $item->filterTable63( Session::get('year'), $item->id, )->jumlah_k_24; $GrandJumlahK24 += $jumlah_k_24; @endphp {{ $jumlah_k_24 }} {{ $jumlah_bayi > 0 ? number_format(($jumlah_k_24 / $jumlah_bayi) * 100, 2) . '%' : 0 }} @php $jumlah_b_24 = $item->filterTable63( Session::get('year'), $item->id, )->jumlah_b_24; $GrandJumlahB24 += $jumlah_b_24; @endphp {{ $jumlah_b_24 }} {{ $jumlah_bayi>0?number_format(($jumlah_b_24 / $jumlah_bayi) * 100, 2).'%':0 }} @php $jumlah = $jumlah_b_24 + $jumlah_k_24; echo $jumlah; @endphp {{ $jumlah_bayi>0?number_format(($jumlah / $jumlah_bayi) * 100, 2).'%':0 }}
Jumlah {{ $GrandJumlahBayi }} {{ $GrandJumlahK24 }} {{ $GrandJumlahBayi>0?number_format(($GrandJumlahK24 / $GrandJumlahBayi) * 100, 2).'%':0 }} {{ $GrandJumlahB24 }} {{ $GrandJumlahBayi>0?number_format(($GrandJumlahB24 / $GrandJumlahBayi) * 100, 2).'%':0 }} {{$GrandJumlahB24 + $GrandJumlahK24 }} {{ $GrandJumlahBayi>0?number_format((($GrandJumlahB24 + $GrandJumlahK24) / $GrandJumlahBayi) * 100, 2).'%':0 }}