@extends('layouts.vertical', ['subtitle' => 'Dashboards']) @section('content') @include('layouts.partials/page-title', ['title' => 'Dashboards', 'subtitle' => 'DASHBOARD PIMPINAN'])
@component('components.circle', [ 'document_title' => 'Kekurangan Potensi', 'document_color' => '#911701', 'document_type' => 'Pemohon', 'document_id' => 'chart-all-task', 'visible_small_circle' => true, 'style' => 'top:150px;' ]) @endcomponent @component('components.circle', [ 'document_title' => 'Target PAD 2024', 'document_color' => '#020e42', 'document_type' => 'Pemohon', 'document_id' => 'chart-all-task', 'visible_small_circle' => true, 'style' => 'left:200px;' ]) @endcomponent
@component('components.circle', [ 'document_title' => 'Total Potensi Berkas', 'document_color' => '#02acfa', 'document_type' => 'Pemohon', 'document_id' => 'chart-all-task', 'visible_small_circle' => true, 'style' => 'left:400px;top:150px;' ]) @endcomponent
@component('components.circle', [ 'document_title' => 'Perkiraan Potensi PBG Dari Tata Ruang', 'document_color' => '#bf04bc', 'document_type' => 'Pemohon', 'document_id' => 'chart-all-task', 'visible_small_circle' => true, 'style' => 'left:600px;' ]) @endcomponent
@component('components.circle', [ 'document_title' => 'Non Usaha', 'document_color' => '#028399', 'document_type' => 'Berkas', 'document_id' => 'chart-non-business', 'visible_small_circle' => true, 'style' => 'left:900px;top:150px;' ]) @endcomponent @component('components.circle', [ 'document_title' => 'Usaha', 'document_color' => '#616b7d', 'document_type' => 'Berkas', 'document_id' => 'chart-business', 'visible_small_circle' => true, 'style' => 'left:900px;top:400px;' ]) @endcomponent @component('components.circle', [ 'document_title' => 'Berkas Terverifikasi', 'document_color' => '#0561f5', 'document_type' => 'Berkas', 'document_id' => 'chart-business', 'visible_small_circle' => true, 'style' => 'top:300px;left:200px;' ]) @endcomponent
@component('components.circle', [ 'document_title' => 'Berkas Belum Terverifikasi', 'document_color' => '#b973ff', 'document_type' => 'Berkas', 'document_id' => 'chart-business', 'visible_small_circle' => true, 'style' => 'top:300px;left:600px;' ]) @endcomponent
@component('components.circle',[ 'document_title' => 'Realisasi Terbit PBG', 'document_color' => '#09ab5a', 'document_type' => 'Berkas', 'document_id' => 'chart-business', 'visible_small_circle' => true, 'style' => 'top:550px;left:100px;' ]) @endcomponent
@component('components.circle',[ 'document_title' => 'Menunggu Klik DPMPTSP', 'document_color' => '#0294ad', 'document_type' => 'Berkas', 'document_id' => 'chart-business', 'visible_small_circle' => true, 'style' => 'top:550px;left:400px' ]) @endcomponent
@component('components.circle',[ 'document_title' => 'Berproses Di Dinas Teknis', 'document_color' => '#422519', 'document_type' => 'Berkas', 'document_id' => 'chart-business', 'visible_small_circle' => true, 'style' => 'top:550px;left:700px' ]) @endcomponent
@endsection @section('scripts') @vite(['resources/js/dashboards/bigdata.js']) @endsection