@extends('layouts.app') @section('content')
No | Kecamatan | @role('Admin|superadmin')Puskesmas | @endrole @role('Puskesmas|Pihak Wajib Pajak')Desa | @endrolePenduduk Usia 60+ tahun | @role('Admin|superadmin')Lock data | Lock Upload | File Download | Detail Desa | @endrole||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Jumlah | Mendapat Pelayanan Kesehatan Skrining sesuai standar | |||||||||||||||||
Laki Laki | Perempuan | Laki Laki + Perempuan | Laki Laki | Perempuan | Laki Laki + Perempuan | |||||||||||||
Jumlah | % | Jumlah | % | Jumlah | % | |||||||||||||
{{$key + 1}} | {{$item->kecamatan}} | {{$item->nama}} | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["jumlah_L"]}} | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["jumlah_P"]}} | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["jumlah_L"] + $item->pelayanan_lansia_per_desa(Session::get('year'))["jumlah_P"]}} | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["standar_L"]}} | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["jumlah_L"] > 0?number_format($item->pelayanan_lansia_per_desa(Session::get('year'))['standar_L'] / $item->pelayanan_lansia_per_desa(Session::get('year'))['jumlah_L'] * 100, 2): 0}}% | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["standar_P"]}} | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["jumlah_P"] > 0?number_format($item->pelayanan_lansia_per_desa(Session::get('year'))['standar_P'] / $item->pelayanan_lansia_per_desa(Session::get('year'))['jumlah_P'] * 100, 2): 0}}% | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["standar_P"] + $item->pelayanan_lansia_per_desa(Session::get('year'))["standar_L"]}} | {{$item->pelayanan_lansia_per_desa(Session::get('year'))["jumlah_P"] + $item->pelayanan_lansia_per_desa(Session::get('year'))["jumlah_L"] > 0?number_format(($item->pelayanan_lansia_per_desa(Session::get('year'))['standar_P'] + $item->pelayanan_lansia_per_desa(Session::get('year'))['standar_L']) / ($item->pelayanan_lansia_per_desa(Session::get('year'))['jumlah_P'] + $item->pelayanan_lansia_per_desa(Session::get('year'))['jumlah_L']) * 100, 2): 0}}% | pelayanan_lansia_lock_get(Session::get('year')) == 1 ? "checked":""}} {{$item->pelayanan_lansia_lock_get(Session::get('year')) == 2 ? "disabled":""}} class="data-lock" id="{{$item->id}}"> | @if(isset($item->user) && $item->user->downloadFile('PelayananLansia', Session::get('year')))user->downloadFile('PelayananLansia', Session::get('year'))->status == 1 ? "checked":""}} class="data-lock-upload" id="{{$item->user->id}}"> | @elseif(isset($item->user) && !$item->user->downloadFile('PelayananLansia', Session::get('year')))@else | - | @endif @if(isset($item->user) && $item->user->hasFile('PelayananLansia', Session::get('year')))@if($item->user->downloadFile('PelayananLansia', Session::get('year'))->file_name != "-") Download pdf file @else - @endif | @else- | @endif|
{{$total_L}} | {{$total_P}} | {{$total_L + $total_P}} | {{$totalstandar_L}} | {{$total_L > 0?number_format($totalstandar_L / $total_L * 100, 2): 0}}% | {{$totalstandar_P}} | {{$total_P > 0?number_format($totalstandar_P / $total_P * 100, 2): 0}}% | {{$totalstandar_P + $totalstandar_L}} | {{$total_P + $total_L > 0?number_format(($totalstandar_P + $totalstandar_L) / ($total_P + $total_L) * 100, 2): 0}}% | ||||||||||
{{$key + 1}} | {{$item->UnitKerja->kecamatan}} | {{$item->nama}} | {{$item->filterPelayananLansia(Session::get('year'))->jumlah_L + $item->filterPelayananLansia(Session::get('year'))->jumlah_P}} | filterPelayananLansia(Session::get('year'))->status == 1 || $item->filterPelayananLansia(Session::get('year'))->status == 2?"disabled":""}} name="standar_L" id="{{$item->filterPelayananLansia(Session::get('year'))->id}}" value="{{$item->filterPelayananLansia(Session::get('year'))->standar_L}}" class="form-control data-input" style="border: none"> | {{$item->filterPelayananLansia(Session::get('year'))->jumlah_L > 0? number_format($item->filterPelayananLansia(Session::get('year'))->standar_L/$item->filterPelayananLansia(Session::get('year'))->jumlah_L * 100):0}}% | filterPelayananLansia(Session::get('year'))->status == 1 || $item->filterPelayananLansia(Session::get('year'))->status == 2?"disabled":""}} name="standar_P" id="{{$item->filterPelayananLansia(Session::get('year'))->id}}" value="{{$item->filterPelayananLansia(Session::get('year'))->standar_P}}" class="form-control data-input" style="border: none"> | {{$item->filterPelayananLansia(Session::get('year'))->jumlah_P > 0? number_format($item->filterPelayananLansia(Session::get('year'))->standar_P/$item->filterPelayananLansia(Session::get('year'))->jumlah_P * 100):0}}% | {{$item->filterPelayananLansia(Session::get('year'))->standar_P + $item->filterPelayananLansia(Session::get('year'))->standar_L}} | {{$item->filterPelayananLansia(Session::get('year'))->jumlah_P + $item->filterPelayananLansia(Session::get('year'))->jumlah_L > 0? number_format(($item->filterPelayananLansia(Session::get('year'))->standar_P + $item->filterPelayananLansia(Session::get('year'))->standar_L)/($item->filterPelayananLansia(Session::get('year'))->jumlah_P + $item->filterPelayananLansia(Session::get('year'))->jumlah_L) * 100):0}}% | |||||||||
{{$total_L}} | {{$total_P}} | {{$total_L + $total_P}} | {{$totalstandar_L}} | {{$total_L > 0?number_format($totalstandar_L / $total_L * 100, 2): 0}}% | {{$totalstandar_P}} | {{$total_P > 0?number_format($totalstandar_P / $total_P * 100, 2): 0}}% | {{$totalstandar_P + $totalstandar_L}} | {{$total_P + $total_L > 0?number_format(($totalstandar_P + $totalstandar_L) / ($total_P + $total_L) * 100, 2): 0}}% |