dashboard/resources/views/sadmin/capaian/llhd.blade.php

179 lines
8.2 KiB
PHP

@extends('indexlayout')
@section('title', 'LLHD')
@push('style')
@endpush
@section('content')
<main id="js-page-content" role="main" class="page-content">
<ol class="breadcrumb page-breadcrumb">
<li class="breadcrumb-item"><a href="javascript:void(0);">Capaian Kinerja dan Anggaran UKPD</a></li>
<li class="breadcrumb-item"> Laboratorium Lingkungan Hidup Daerah (LLHD)</li>
<li class="position-absolute pos-top pos-right d-none d-sm-block"><span class="js-get-date"></span></li>
</ol>
<div class="row">
<div class="col-lg-12">
<div id="panel-6" class="panel">
<div class="panel-hdr">
<h2>
Realisasi dan SPS Update Per Entitas
</h2>
</div>
<div class="panel-container show">
<div id="llhd">
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-12">
<div id="panel-1" class="panel">
<div class="panel-hdr">
<h2>
Kepulauan Seribu
</h2>
</div>
<div class="panel-container show">
<div class="panel-content table">
<!-- datatable start -->
<table id="dt-llhd" class="table table-bordered table-hover table-striped w-100">
<thead>
<tr>
<th>No</th>
<th>Nama</th>
<th>Bulan</th>
<th>Target Fisik</th>
<th>Target Keuangan</th>
<th>Realisasi Fisik</th>
<th>Realisasi Keuangan</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>LLHD</td>
<td>Januari</td>
<td>2.56%</td>
<td>-</td>
<td>2.68%</td>
<td>0.28%</td>
</tr>
<tr>
<td>2</td>
<td>LLHD</td>
<td>Februari</td>
<td>2.63%</td>
<td>1.41%</td>
<td>3.63%</td>
<td>1.75%</td>
</tr>
<tr>
<td>3</td>
<td>LLHD</td>
<td>Maret</td>
<td>3.94%</td>
<td>2.86%</td>
<td>4.03%</td>
<td>4.32%</td>
</tr>
<tr>
<td>4</td>
<td>LLHD</td>
<td>April</td>
<td>15.13%</td>
<td>5.69%</td>
<td>6.03%</td>
<td>5.83%</td>
</tr>
<tr>
<td>5</td>
<td>LLHD</td>
<td>Mei</td>
<td>15.31%</td>
<td>7.95%</td>
<td>6.03%</td>
<td>7.31%</td>
</tr>
<tr>
<td>6</td>
<td>LLHD</td>
<td>Juni</td>
<td>25.31%</td>
<td>9.49%</td>
<td>25.28%</td>
<td>11.08%</td>
</tr>
<tr>
<td>7</td>
<td>LLHD</td>
<td>Juli</td>
<td>32.56%</td>
<td>13.43%</td>
<td>25.28%</td>
<td>18.82%</td>
</tr>
<tr>
<td>8</td>
<td>LLHD</td>
<td>Agustus</td>
<td>34.38%</td>
<td>20.64%</td>
<td>30.59%</td>
<td>21.44%</td>
</tr>
<tr>
<td>9</td>
<td>LLHD</td>
<td>September</td>
<td>36.31%</td>
<td>30.90%</td>
<td>41.66%</td>
<td>32.32%</td>
</tr>
<tr>
<td>10</td>
<td>LLHD</td>
<td>Oktober</td>
<td>45.81%</td>
<td>55.33%</td>
<td>41.66%</td>
<td>-</td>
</tr>
<tr>
<td>11</td>
<td>LLHD</td>
<td>November</td>
<td>-</td>
<td>61.57%</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>12</td>
<td>LLHD</td>
<td>Desember</td>
<td>100%</td>
<td>100%</td>
<td>-</td>
<td>-</td>
</tr>
</tbody>
</table>
<!-- datatable end -->
</div>
</div>
</div>
</div>
</div>
</main>
@endsection
@push('script')
<script src="{{ asset('layout/dist/js/datagrid/datatables/datatables.bundle.js') }}"></script>
{{-- <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script> --}}
<script src="{{ asset('layout/dist/js/linechart.js') }}"></script>
<script src="{{ asset('layout/dist/js/llhd.js') }}"></script>
@endpush