@extends('layouts.app') @section('content')
No | Kecamatan | @role('Admin|superadmin')Puskesmas | @endrole @role('Puskesmas|Pihak Wajib Pajak')Desa | @endroleJUMLAH BAYI YANG LAHIR DARI IBU HBsAg Reaktif | JUMLAH BAYI YANG LAHIR DARI IBU HBsAg REAKTIF MENDAPAT HBIG | @role('Admin|superadmin')Lock data | Lock upload | File Download | Detail Desa | @endrole|||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
< 24 Jam | > 24 Jam | TOTAL | ||||||||||||||
JUMLAH | % | JUMLAH | % | JUMLAH | % | |||||||||||
{{ $key + 1 }} | {{ $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 }} | general_lock_get2(Session::get('year'), 'filterTable63') == 1 ? "checked":""}} {{$item->general_lock_get2(Session::get('year'), 'filterTable63') == 2 ? "disabled":""}} class="data-lock" id="{{$item->id}}"> | @if(isset($item->user) && $item->user->downloadFile('Table63', Session::get('year')))user->downloadFile('Table63', Session::get('year'))->status == 1 ? "checked":""}} class="data-lock-upload" id="{{$item->user->id}}"> | @elseif(isset($item->user) && !$item->user->downloadFile('Table63', Session::get('year')))@else | - | @endif @if(isset($item->user) && $item->user->hasFile('Table63', Session::get('year')))@if($item->user->downloadFile('Table63', Session::get('year'))->file_name != "-") Download pdf file @else - @endif | @else- | @endif|
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}} | |||||||||
{{ $key + 1 }} | {{ $item->UnitKerja->kecamatan }} | {{ $item->nama }} | @php $jumlah_bayi = $item ->filterTable63( Session::get('year'), $item->id, ) ->jumlah_bayi; $GrandJumlahBayi += $jumlah_bayi; // $GrandTotalIbuHamil += $totalIbuHamil; @endphp {{-- {{ $totalIbuHamil }} --}} | @php $jumlah_k_24 = $item->filterTable63( Session::get('year'), $item->id, )->jumlah_k_24; $GrandJumlahK24 += $jumlah_k_24; @endphp | {{ $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_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 }} |