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

181 lines
8.3 KiB
PHP

@extends('indexlayout')
@section('title', 'barat')
@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 Barat</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="sb">
</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-sb" 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 Barat</td>
<td>Januari</td>
<td>4.45%</td>
<td>-</td>
<td>4.00%</td>
<td>0.03% </td>
</tr>
<tr>
<td>2</td>
<td>Sudin Barat</td>
<td>Februari</td>
<td>6.41%</td>
<td>3.31%</td>
<td>12.73%</td>
<td>4.53% </td>
</tr>
<tr>
<td>3</td>
<td>Sudin Barat</td>
<td>Maret</td>
<td>21.09%</td>
<td>7.08%</td>
<td>20.91%</td>
<td>12.43% </td>
</tr>
<tr>
<td>4</td>
<td>Sudin Barat</td>
<td>April</td>
<td>26.55%</td>
<td>13.92%</td>
<td>24.50%</td>
<td>21.69% </td>
</tr>
<tr>
<td>5</td>
<td>Sudin Barat</td>
<td>Mei</td>
<td>39.64%</td>
<td>18.97%</td>
<td>32.14%</td>
<td>27.79% </td>
</tr>
<tr>
<td>6</td>
<td>Sudin Barat</td>
<td>Juni</td>
<td>54.73%</td>
<td>25.00%</td>
<td>56.36%</td>
<td>34.30% </td>
</tr>
<tr>
<td>7</td>
<td>Sudin Barat</td>
<td>Juli</td>
<td>62.77%</td>
<td>36.76%</td>
<td>60.41%</td>
<td>41.81% </td>
</tr>
<tr>
<td>8</td>
<td>Sudin Barat</td>
<td>Agustus</td>
<td>66.14%</td>
<td>42.27%</td>
<td>61.23%</td>
<td>48.39% </td>
</tr>
<tr>
<td>9</td>
<td>Sudin Barat</td>
<td>September</td>
<td>77.00%</td>
<td>47.74%</td>
<td>63.14%</td>
<td>56.35% </td>
</tr>
<tr>
<td>10</td>
<td>Sudin Barat</td>
<td>Oktober</td>
<td>79.23%</td>
<td>53.42%</td>
<td>63.14%</td>
<td>- </td>
</tr>
<tr>
<td>11</td>
<td>Sudin Barat</td>
<td>November</td>
<td>-</td>
<td>60.35%</td>
<td>-</td>
<td>- </td>
</tr>
<tr>
<td>12</td>
<td>Sudin Barat</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/sb.js') }}"></script>
@endpush