@php
$jumlah = 0;
$td1 = 0;
$td2 = 0;
$td3 = 0;
$td4 = 0;
$td5 = 0;
@endphp
@role('Admin|superadmin')
@foreach ($unit_kerja as $key => $item)
@php
$jumlah += $item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"];
$td1 += $item->wus_tidak_hamil_per_desa(Session::get('year'))["td1"];
$td2 += $item->wus_tidak_hamil_per_desa(Session::get('year'))["td2"];
$td3 += $item->wus_tidak_hamil_per_desa(Session::get('year'))["td3"];
$td4 += $item->wus_tidak_hamil_per_desa(Session::get('year'))["td4"];
$td5 += $item->wus_tidak_hamil_per_desa(Session::get('year'))["td5"];
@endphp
{{$item->kecamatan}} |
{{$item->nama}} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"]}} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["td1"]}} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"]>0?number_format($item->wus_tidak_hamil_per_desa(Session::get('year'))["td1"]/$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"] * 100, 2):0 }} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["td2"]}} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"]>0?number_format($item->wus_tidak_hamil_per_desa(Session::get('year'))["td2"]/$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"] * 100, 2):0 }} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["td3"]}} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"]>0?number_format($item->wus_tidak_hamil_per_desa(Session::get('year'))["td3"]/$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"] * 100, 2):0 }} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["td4"]}} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"]>0?number_format($item->wus_tidak_hamil_per_desa(Session::get('year'))["td4"]/$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"] * 100, 2):0 }} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["td5"]}} |
{{$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"]>0?number_format($item->wus_tidak_hamil_per_desa(Session::get('year'))["td5"]/$item->wus_tidak_hamil_per_desa(Session::get('year'))["jumlah"] * 100, 2):0 }} |
@endforeach
TOTAL |
|
{{$jumlah}} |
{{$td1}} |
{{$jumlah>0?number_format(($td1/$jumlah) * 100, 2):0}} |
{{$td2}} |
{{$jumlah>0?number_format(($td2/$jumlah) * 100, 2):0}} |
{{$td3}} |
{{$jumlah>0?number_format(($td3/$jumlah) * 100, 2):0}} |
{{$td4}} |
{{$jumlah>0?number_format(($td4/$jumlah) * 100, 2):0}} |
{{$td5}} |
{{$jumlah>0?number_format(($td5/$jumlah) * 100, 2):0}} |
@endrole
@role('Puskesmas|Pihak Wajib Pajak')
@foreach ($desa as $key => $item)
@php
$jumlah += $item->filterWus(Session::get('year'), 0)->jumlah;
$td1 += $item->filterWus(Session::get('year'), 0)->td1;
$td2 += $item->filterWus(Session::get('year'), 0)->td2;
$td3 += $item->filterWus(Session::get('year'), 0)->td3;
$td4 += $item->filterWus(Session::get('year'), 0)->td4;
$td5 += $item->filterWus(Session::get('year'), 0)->td5;
@endphp
@if($item->filterWus(Session::get('year'), 0))
{{$item->UnitKerja->kecamatan}} |
{{$item->nama}} |
{{ $item->filterWus(Session::get('year'), 0)->jumlah }} |
{{ $item->filterWus(Session::get('year'), 0)->td1 }} |
{{ $item->filterWus(Session::get('year'), 0)->jumlah > 0 ? number_format($item->filterWus(Session::get('year'), 0)->td1 / $item->filterWus(Session::get('year'), 0)->jumlah * 100, 2) : 0 }}
|
{{ $item->filterWus(Session::get('year'), 0)->td2 }} |
{{ $item->filterWus(Session::get('year'), 0)->jumlah > 0 ? number_format($item->filterWus(Session::get('year'), 0)->td2 / $item->filterWus(Session::get('year'), 0)->jumlah * 100, 2) : 0 }}
|
{{ $item->filterWus(Session::get('year'), 0)->td3 }} |
{{ $item->filterWus(Session::get('year'), 0)->jumlah > 0 ? number_format($item->filterWus(Session::get('year'), 0)->td3 / $item->filterWus(Session::get('year'), 0)->jumlah * 100, 2) : 0 }}
|
{{ $item->filterWus(Session::get('year'), 0)->td4 }} |
{{ $item->filterWus(Session::get('year'), 0)->jumlah > 0 ? number_format($item->filterWus(Session::get('year'), 0)->td4 / $item->filterWus(Session::get('year'), 0)->jumlah * 100, 2) : 0 }}
|
{{ $item->filterWus(Session::get('year'), 0)->td5 }} |
{{ $item->filterWus(Session::get('year'), 0)->jumlah > 0 ? number_format($item->filterWus(Session::get('year'), 0)->td5 / $item->filterWus(Session::get('year'), 0)->jumlah * 100, 2) : 0 }}
|
@endif
@endforeach
TOTAL |
|
{{$jumlah}} |
{{$td1}} |
{{$jumlah>0?number_format(($td1/$jumlah) * 100, 2):0}} |
{{$td2}} |
{{$jumlah>0?number_format(($td2/$jumlah) * 100, 2):0}} |
{{$td3}} |
{{$jumlah>0?number_format(($td3/$jumlah) * 100, 2):0}} |
{{$td4}} |
{{$jumlah>0?number_format(($td4/$jumlah) * 100, 2):0}} |
{{$td5}} |
{{$jumlah>0?number_format(($td5/$jumlah) * 100, 2):0}} |
@endrole