@extends('layouts.app') @section('content')

{{$title}}

{{-- {!! Form::select('induk_opd_id',$induk_opd_arr,"",['class'=>'form-control daerah', 'form'=>'storeForm','required'=>'required','placeholder'=>'Pilih SKPD', 'id'=>'induk_opd']) !!} --}} Report
{{--
{{--

Pengguna

--}} {{--

DataTables has most features enabled by default, so all you need to do to use it with your own tables is to call the construction function: $().DataTable();.

--}}
@role('Admin') @endrole @php $GrandJumlah = 0; $Grandditangani_24 = 0; @endphp @role('Admin') @foreach ($unit_kerja as $key => $item) @endforeach @endrole @role('Puskesmas|Pihak Wajib Pajak') @foreach ($desa as $key => $item) @if ($item->filterTable70(app('request')->input('year'), $item->id)) @endif @endforeach @endrole
No Desa KLB DI DESA/KELURAHANLock data
JUMLAH DITANGANI < 24 JAM %
{{ $key + 1 }} {{ $item->nama }} @php $jumlah = $item ->filterTable70( app('request')->input('year'), $item->id, ) ->jumlah; $GrandJumlah += $jumlah; @endphp @php $ditangani_24 = $item ->filterTable70( app('request')->input('year'), $item->id, ) ->ditangani_24; $Grandditangani_24 += $ditangani_24; @endphp {{number_format(($ditangani_24 / $jumlah) * 100, 2) . '%'}}
JUMLAH {{ $GrandJumlah }} {{ $Grandditangani_24 }} {{number_format(($Grandditangani_24 / $GrandJumlah) * 100, 2) . '%'}}
@push('scripts') @endpush @push('scripts') @endpush @endsection