@extends('layouts.app') @section('content')
@include('layouts.includes.sticky-table')

{{$title}}

@if(Auth::user()->downloadFile('Ttd', Session::get('year')))
@csrf downloadFile('Ttd', Session::get('year'))->status == 1 ?"disabled":""}} class="form-control" placeholder="upload PDF file">
@else
@csrf
@endif @if(Auth::user()->hasFile('Ttd', Session::get('year')) && Auth::user()->downloadFile('Ttd', Session::get('year'))->file_name != "-") Download pdf file @endif Report Add
@role('Admin|superadmin') @endrole @role('Puskesmas|Pihak Wajib Pajak') @endrole @role('Admin|superadmin') @endrole @role('Admin|superadmin') @foreach ($unit_kerja as $key => $item) @if(isset($item->user) && $item->user->downloadFile('Ttd', Session::get('year'))) @elseif(isset($item->user) && !$item->user->downloadFile('Ttd', Session::get('year'))) @else @endif @if(isset($item->user) && $item->user->hasFile('Ttd', Session::get('year'))) @else @endif @endforeach @endrole @role('Puskesmas|Pihak Wajib Pajak') @foreach ($desa as $key => $item) @if($item->filterDesa(Session::get('year'))) @php $filterResult = $item->filterDesa(Session::get('year')); $isDisabled = $filterResult->status == 1 || $filterResult->status == 2 ? "disabled" : ""; @endphp @endif @endforeach @endrole
No KecamatanPuskesmasDesaJumlah Ibu Hamil TTD (90 Tablet)Lock data Lock upload File Download Detail Desa
Ibu Hamil Yang Mendapatkan % Ibu Hamil Yang mengonsumsi %
{{$key + 1}} {{$item->kecamatan}} {{$item->nama}} {{$item->ibu_hamil_per_desa(Session::get('year'))["jumlah_ibu_hamil"]}} {{$item->ibu_hamil_per_desa(Session::get('year'))["dapat_ttd"]}} {{$item->ibu_hamil_per_desa(Session::get('year'))["jumlah_ibu_hamil"]>0?number_format($item->ibu_hamil_per_desa(Session::get('year'))["dapat_ttd"]/$item->ibu_hamil_per_desa(Session::get('year'))["jumlah_ibu_hamil"] * 100, 2):0 }} {{$item->ibu_hamil_per_desa(Session::get('year'))["konsumsi_ttd"]}} {{$item->ibu_hamil_per_desa(Session::get('year'))["jumlah_ibu_hamil"]>0?number_format($item->ibu_hamil_per_desa(Session::get('year'))["konsumsi_ttd"]/$item->ibu_hamil_per_desa(Session::get('year'))["jumlah_ibu_hamil"] * 100, 2):0 }} general_lock_get(Session::get('year'), 'filterDesa') == 1 ? "checked":""}} class="data-lock" id="{{$item->id}}">user->downloadFile('Ttd', Session::get('year'))->status == 1 ? "checked":""}} class="data-lock-upload" id="{{$item->user->id}}">- @if($item->user->downloadFile('Ttd', Session::get('year'))->file_name != "-") Download pdf file @else - @endif -
{{$key + 1}} {{$item->UnitKerja->kecamatan}} {{$item->nama}} {{$item->filterDesa(Session::get('year'))->jumlah_ibu_hamil}} {{$item->filterDesa(Session::get('year'))->jumlah_ibu_hamil>0?number_format($item->filterDesa(Session::get('year'))->dapat_ttd/$item->filterDesa(Session::get('year'))->jumlah_ibu_hamil * 100, 2):0}} {{$item->filterDesa(Session::get('year'))->jumlah_ibu_hamil>0?number_format($item->filterDesa(Session::get('year'))->konsumsi_ttd/$item->filterDesa(Session::get('year'))->jumlah_ibu_hamil * 100, 2):0}}
@push('scripts') @endpush @push('scripts') @endpush @endsection