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

180 lines
8.3 KiB
PHP

@extends('indexlayout')
@section('title', 'selatan')
@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">Sudin Selatan</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="ss">
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-12">
<div id="panel-1" class="panel">
<div class="panel-hdr">
<h2>
Dinas Lingkungan Hidup
</h2>
</div>
<div class="panel-container show">
<div class="panel-content table">
<!-- datatable start -->
<table id="dt-ss" 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>Sudin Selatan</td>
<td>Januari</td>
<td>6.83%</td>
<td>0.03%</td>
<td>1.96%</td>
<td>0.03% </td>
</tr>
<tr>
<td>2</td>
<td>Sudin Selatan</td>
<td>Februari</td>
<td>8.43%</td>
<td>4.63%</td>
<td>3.48%</td>
<td>5.13% </td>
</tr>
<tr>
<td>3</td>
<td>Sudin Selatan</td>
<td>Maret</td>
<td>22.74%</td>
<td>9.26%</td>
<td>9.70%</td>
<td>14.25% </td>
</tr>
<tr>
<td>4</td>
<td>Sudin Selatan</td>
<td>April</td>
<td>28.74%</td>
<td>17.34%</td>
<td>22.17%</td>
<td>19.63% </td>
</tr>
<tr>
<td>5</td>
<td>Sudin Selatan</td>
<td>Mei</td>
<td>36.70%</td>
<td>22.97%</td>
<td>26.48%</td>
<td>24.99% </td>
</tr>
<tr>
<td>6</td>
<td>Sudin Selatan</td>
<td>Juni</td>
<td>53.13%</td>
<td>32.01%</td>
<td>43.04%</td>
<td>34.21% </td>
</tr>
<tr>
<td>7</td>
<td>Sudin Selatan</td>
<td>Juli</td>
<td>58.57%</td>
<td>37.63%</td>
<td>48.04%</td>
<td>39.98% </td>
</tr>
<tr>
<td>8</td>
<td>Sudin Selatan</td>
<td>Agustus</td>
<td>59.83%</td>
<td>44.67%</td>
<td>51.17%</td>
<td>47.15% </td>
</tr>
<tr>
<td>9</td>
<td>Sudin Selatan</td>
<td>September</td>
<td>69.13%</td>
<td>50.98%</td>
<td>53.99%</td>
<td>54.12% </td>
</tr>
<tr>
<td>10</td>
<td>Sudin Selatan</td>
<td>Oktober</td>
<td>77.13%</td>
<td>58.84%</td>
<td>53.99%</td>
<td>- </td>
</tr>
<tr>
<td>11</td>
<td>Sudin Selatan</td>
<td>November</td>
<td>-</td>
<td>64.70%</td>
<td>-</td>
<td>- </td>
</tr>
<tr>
<td>12</td>
<td>Sudin Selatan</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/ss.js') }}"></script>
@endpush