diff --git a/resources/views/admi/dashboardAdmin.blade.php b/resources/views/admi/dashboardAdmin.blade.php deleted file mode 100644 index a3ae6c3..0000000 --- a/resources/views/admi/dashboardAdmin.blade.php +++ /dev/null @@ -1,211 +0,0 @@ - -
-
-
-
-
-
-

Hai {{ Auth::user()->nama }}

-

Selamat Datang di Dashboard Admin Sistem Informasi Geografis (SIG) PROTECT

-
-
-
-
-
-
-
-
-
-
- image -
-
-

- Kecamatan Rawan Curas -

-

{{ $jumlahRawanCuras }}

-
-
-
- - -
-
-
-
-
-
-
-
-
- image -
-
-

- Kecamatan Rawan Ranmor -

-

{{ $jumlahRawanCuranmor }}

-
-
-
- - -
-
-
-
-
-
-
-
-
- image -
-
-

- Kecamatan Kab Probolinggo -

-

{{ $totalKecamatan }}

-
-
-
- - -
-
-
-
-
-
-
-
-
-
-

Pemetaan Curas dan Curanmor Kab Probolinggo

-
-
- -
-
-
-
-
-
-
-
- - - -
- {{-- Script MAP --}} - - - - - - \ No newline at end of file diff --git a/resources/views/admi/dashboardBlank.blade.php b/resources/views/admi/dashboardBlank.blade.php deleted file mode 100644 index 06aea1d..0000000 --- a/resources/views/admi/dashboardBlank.blade.php +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/resources/views/admi/dashboardDetailCuranmor.blade.php b/resources/views/admi/dashboardDetailCuranmor.blade.php deleted file mode 100644 index 127d448..0000000 --- a/resources/views/admi/dashboardDetailCuranmor.blade.php +++ /dev/null @@ -1,72 +0,0 @@ - -
-
-
-
-
-
-

Detail Kasus Curanmor Per Tanggal

-

Berikut ini merupakan rincian kasus Pencurian Kendaraan Bermotor (CURANMOR) - yang dikelompokkan berdasarkan tanggal di inputkannya kasus CURANMOR yang terjadi

-
-
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - - - @php - $grouped = $detail_curanmor->groupBy(function($item) { - return $item->created_at->format('Y-m-d'); - }); - @endphp - @foreach($grouped as $tanggal => $items) - @foreach($items as $index => $detail) - - @if ($index == 0) - - @endif - - - - - - @endforeach - @endforeach - -
TanggalNama KecamatanTambahan Kasus CuranmorTotal Curanmor Per KecamatanBatalkan Update Kasus
{{ \Carbon\Carbon::parse($tanggal)->translatedFormat('d F Y') }}{{ $detail->detailCuranmor_Kecamatan->nama_kecamatan }}{{ $detail->tambahan_curanmor }}{{ $detail->detailCuranmor_Curanmor->jumlah_curanmor }} -
-
- @method('delete') - @csrf - - -
-
-
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardDetailCuras.blade.php b/resources/views/admi/dashboardDetailCuras.blade.php deleted file mode 100644 index e445602..0000000 --- a/resources/views/admi/dashboardDetailCuras.blade.php +++ /dev/null @@ -1,72 +0,0 @@ - -
-
-
-
-
-
-

Detail Kasus Curas Per Tanggal

-

Berikut ini merupakan rincian kasus Pencurian Dengan Kekerasan (CURAS) - yang dikelompokkan berdasarkan tanggal di inputkannya kasus CURAS yang terjadi

-
-
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - - - @php - $grouped = $detail_curas->groupBy(function($item) { - return $item->created_at->format('Y-m-d'); - }); - @endphp - @foreach($grouped as $tanggal => $items) - @foreach($items as $index => $detail) - - @if ($index == 0) - - @endif - - - - - - @endforeach - @endforeach - -
TanggalNama KecamatanTambahan Kasus CurasTotal Curas Per KecamatanBatalkan Update Kasus
{{ \Carbon\Carbon::parse($tanggal)->translatedFormat('d F Y') }}{{ $detail->detailCuras_Kecamatan->nama_kecamatan }}{{ $detail->tambahan_curas }}{{ $detail->detailCuras_Curas->jumlah_curas }} -
-
- @method('delete') - @csrf - - -
-
-
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardEditCuranmor.blade.php b/resources/views/admi/dashboardEditCuranmor.blade.php deleted file mode 100644 index 079db9d..0000000 --- a/resources/views/admi/dashboardEditCuranmor.blade.php +++ /dev/null @@ -1,60 +0,0 @@ - -
-
-
-
-
-
-
-

Ubah Data Kasus CURANMOR Pada Kecamatan - {{ $curanmor->punyaKecamatanCuranmor->nama_kecamatan}}

-
-
-
-
- @method('put') - @csrf -
-
-
- - - - - -
-
-
-
- - -
-
-
-
- - -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admi/dashboardEditCuras.blade.php b/resources/views/admi/dashboardEditCuras.blade.php deleted file mode 100644 index e9e6c71..0000000 --- a/resources/views/admi/dashboardEditCuras.blade.php +++ /dev/null @@ -1,64 +0,0 @@ - -
-
-
-
-
-
-
-

Ubah Data Kasus CURAS Pada Kecamatan - {{ $curas->punyaKecamatanCuras->nama_kecamatan}}

-
-
-
-
- @method('put') - @csrf -
-
-
- - - - - - - - - -
-
-
-
- - -
-
-
-
- - -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admi/dashboardEditKecamatan.blade.php b/resources/views/admi/dashboardEditKecamatan.blade.php deleted file mode 100644 index 96f7d6d..0000000 --- a/resources/views/admi/dashboardEditKecamatan.blade.php +++ /dev/null @@ -1,39 +0,0 @@ - -
-
-
-
-
-
-
-

Ubah Data Kecamatan

-
-
-
-
- @method('put') - @csrf -
-
-
- - - @error('nama_kecamatan') -
{{$message}} -
- @enderror -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admi/dashboardEditKlaster.blade.php b/resources/views/admi/dashboardEditKlaster.blade.php deleted file mode 100644 index bc0a05e..0000000 --- a/resources/views/admi/dashboardEditKlaster.blade.php +++ /dev/null @@ -1,49 +0,0 @@ - -
-
-
-
-
-
-
-

Ubah Data Klaster

-
-
-
-
- @method('put') - @csrf -
-
-
- - - @error('nama_klaster') -
{{$message}} -
- @enderror -
-
-
-
- - - @error('warna') -
{{$message}} -
- @enderror -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admi/dashboardIterasiCuras.blade.php b/resources/views/admi/dashboardIterasiCuras.blade.php deleted file mode 100644 index 51e6126..0000000 --- a/resources/views/admi/dashboardIterasiCuras.blade.php +++ /dev/null @@ -1,70 +0,0 @@ - -
-
-
-
-
-
-

Iterasi K-Means Untuk Kasus Curas

-

Sales enables you to effectively control sales KPIs and monitor them in one central
- place while helping teams to reach sales goals.

-
- Tambah Kasus Curas -
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
- @foreach ($iterasi as $i => $baris) -

Iterasi {{ $i + 1 }}

-
- - - - - - - - - - - - @foreach ($baris as $row) - - - - - - - - - - - @endforeach -
-
- - -
-
NoNama KecamatanJarak Ke Centroid 1Jarak Ke Centroid 2Jarak Ke Centroid 3
-
- - -
-
{{ $loop->iteration }}{{ $row['kecamatan_id'] }}{{ $row['jarakC1'] }}{{ $row['jarakC2'] }}{{ $row['jarakC3'] }}
-
- @endforeach -
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardListCuranmor.blade.php b/resources/views/admi/dashboardListCuranmor.blade.php deleted file mode 100644 index 3b938b1..0000000 --- a/resources/views/admi/dashboardListCuranmor.blade.php +++ /dev/null @@ -1,65 +0,0 @@ - -
-
-
-
-
-
-

Daftar Kasus Pencurian Kendaraan Bermotor (CURANMOR)

-

Berikut ini merupakan data kasus Pencurian Kendaraan Bermotor (CURANMOR) pada
- masing masing kecamatan di Kabupaten Probolinggo

-
- Tambah Kasus Curanmor -
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - - @foreach ( $curanmors as $curanmor ) - - - - - - - - - - @endforeach -
-
- - -
-
NoNama KecamatanJumlah Kasus CuranmorKlaster
-
- - -
-
{{ $loop->iteration }}{{ $curanmor->punyaKecamatanCuranmor->nama_kecamatan}}{{ $curanmor->jumlah_curanmor }}{{ $curanmor->punyaKlasterCuranmor->nama_klaster }}
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardListCuras.blade.php b/resources/views/admi/dashboardListCuras.blade.php deleted file mode 100644 index 3af730e..0000000 --- a/resources/views/admi/dashboardListCuras.blade.php +++ /dev/null @@ -1,65 +0,0 @@ - -
-
-
-
-
-
-

Daftar Kasus Pencurian Dengan Kekerasan (CURAS)

-

Berikut ini merupakan data kasus Pencurian Dengan Kekerasan (CURAS) pada
- masing masing kecamatan di Kabupaten Probolinggo

-
- Tambah Kasus Curas -
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - - @foreach ( $curases as $curas ) - - - - - - - - - - @endforeach -
-
- - -
-
NoNama KecamatanJumlah Kasus CurasKlaster
-
- - -
-
{{ $loop->iteration }}{{ $curas->punyaKecamatanCuras->nama_kecamatan}}{{ $curas->jumlah_curas }}{{ $curas->punyaKlasterCuras->nama_klaster }}
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardListKecamatan.blade.php b/resources/views/admi/dashboardListKecamatan.blade.php deleted file mode 100644 index 332b7d0..0000000 --- a/resources/views/admi/dashboardListKecamatan.blade.php +++ /dev/null @@ -1,75 +0,0 @@ - -
-
-
-
-
-
-

Daftar Kecamatan Kabupaten Probolinggo

-

Berikut merupakan data seluruh kecamatan yang berada di wilayah
- Kabupaten Probolinggo.

-
- - Tambah Kecamatan -
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - @foreach ( $kecamatans as $kecamatan ) - - - - - - - - - @endforeach -
-
- - -
-
NoNama KecamatanAction
-
- - -
-
{{ $kecamatan -> id }}{{ $kecamatan -> nama_kecamatan }} -
- -
- @method('delete') - @csrf - - -
-
-
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardListKlaster.blade.php b/resources/views/admi/dashboardListKlaster.blade.php deleted file mode 100644 index 8198cb7..0000000 --- a/resources/views/admi/dashboardListKlaster.blade.php +++ /dev/null @@ -1,76 +0,0 @@ - -
-
-
-
-
-
-

Daftar Klaster

-

Berikut merupakan data Klaster atau Kategori yang dijadikan sebagai acuan pemetaan.
- Ingat dalam pengisian data klaster, kategori aman atau rendah dimulai dari id 1

-
- Tambah Klaster -
-
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
- - - - - - - - - - - @foreach ( $klasters as $klaster ) - - - - - - - - - - @endforeach -
-
- - -
-
idNama KlasterWarnaAction
-
- - -
-
{{ $klaster -> id }}{{ $klaster -> nama_klaster }}{{ $klaster -> warna }} -
- -
- @method('delete') - @csrf - - -
-
-
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardMapCuranmor.blade.php b/resources/views/admi/dashboardMapCuranmor.blade.php deleted file mode 100644 index 67192df..0000000 --- a/resources/views/admi/dashboardMapCuranmor.blade.php +++ /dev/null @@ -1,71 +0,0 @@ - -
- -
- - -
- - - - - -
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardMapCuras.blade.php b/resources/views/admi/dashboardMapCuras.blade.php deleted file mode 100644 index f2eed1f..0000000 --- a/resources/views/admi/dashboardMapCuras.blade.php +++ /dev/null @@ -1,69 +0,0 @@ - -
- -
- - - - - -
-
\ No newline at end of file diff --git a/resources/views/admi/dashboardTambahCuranmor.blade.php b/resources/views/admi/dashboardTambahCuranmor.blade.php deleted file mode 100644 index 76e5d34..0000000 --- a/resources/views/admi/dashboardTambahCuranmor.blade.php +++ /dev/null @@ -1,47 +0,0 @@ - -
-
-
-
-
-
-
-

Tambah Data Kasus Pencurian Kendaraan Bermotor ( CURANMOR )

-
-
-
-
- @csrf -
-
-
- - -
-
-
-
- - -
-
- -
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admi/dashboardTambahCuras.blade.php b/resources/views/admi/dashboardTambahCuras.blade.php deleted file mode 100644 index c4cf6db..0000000 --- a/resources/views/admi/dashboardTambahCuras.blade.php +++ /dev/null @@ -1,45 +0,0 @@ - -
-
-
-
-
-
-
-

Tambah Data Kasus CURAS Hari Ini

-
-
-
-
- @csrf -
-
-
- - -
-
-
-
- - -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admi/dashboardTambahKecamatan.blade.php b/resources/views/admi/dashboardTambahKecamatan.blade.php deleted file mode 100644 index d75da97..0000000 --- a/resources/views/admi/dashboardTambahKecamatan.blade.php +++ /dev/null @@ -1,38 +0,0 @@ - -
-
-
-
-
-
-
-

Tambah Data Kecamatan Baru

-
-
-
-
- @csrf -
-
-
- - - @error('nama_kecamatan') -
{{$message}} -
- @enderror -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admi/dashboardTambahKlaster.blade.php b/resources/views/admi/dashboardTambahKlaster.blade.php deleted file mode 100644 index d215cec..0000000 --- a/resources/views/admi/dashboardTambahKlaster.blade.php +++ /dev/null @@ -1,48 +0,0 @@ - -
-
-
-
-
-
-
-

Tambah Klaster Baru

-
-
-
-
- @csrf -
-
-
- - - @error('nama_klaster') -
{{$message}} -
- @enderror -
-
-
-
- - - @error('warna') -
{{$message}} -
- @enderror -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admi/login.blade.php b/resources/views/admi/login.blade.php deleted file mode 100644 index 5f19fbd..0000000 --- a/resources/views/admi/login.blade.php +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - KPROTECT | Probolinggo Threat & Crime Tracker - - - - - - - - - - - - - - -
-
- loder -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/views/admi/welcome.blade.php b/resources/views/admi/welcome.blade.php deleted file mode 100644 index b9d609c..0000000 --- a/resources/views/admi/welcome.blade.php +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - Laravel - - - - - - - @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) - @vite(['resources/css/app.css', 'resources/js/app.js']) - @else - - @endif - - - - - diff --git a/resources/views/admin1/dashboardAdmin.blade.php b/resources/views/admin1/dashboardAdmin.blade.php deleted file mode 100644 index a3ae6c3..0000000 --- a/resources/views/admin1/dashboardAdmin.blade.php +++ /dev/null @@ -1,211 +0,0 @@ - -
-
-
-
-
-
-

Hai {{ Auth::user()->nama }}

-

Selamat Datang di Dashboard Admin Sistem Informasi Geografis (SIG) PROTECT

-
-
-
-
-
-
-
-
-
-
- image -
-
-

- Kecamatan Rawan Curas -

-

{{ $jumlahRawanCuras }}

-
-
-
- - -
-
-
-
-
-
-
-
-
- image -
-
-

- Kecamatan Rawan Ranmor -

-

{{ $jumlahRawanCuranmor }}

-
-
-
- - -
-
-
-
-
-
-
-
-
- image -
-
-

- Kecamatan Kab Probolinggo -

-

{{ $totalKecamatan }}

-
-
-
- - -
-
-
-
-
-
-
-
-
-
-

Pemetaan Curas dan Curanmor Kab Probolinggo

-
-
- -
-
-
-
-
-
-
-
- - - -
- {{-- Script MAP --}} - - - - - - \ No newline at end of file diff --git a/resources/views/admin1/dashboardBlank.blade.php b/resources/views/admin1/dashboardBlank.blade.php deleted file mode 100644 index 06aea1d..0000000 --- a/resources/views/admin1/dashboardBlank.blade.php +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/resources/views/admin1/dashboardDetailCuranmor.blade.php b/resources/views/admin1/dashboardDetailCuranmor.blade.php deleted file mode 100644 index 127d448..0000000 --- a/resources/views/admin1/dashboardDetailCuranmor.blade.php +++ /dev/null @@ -1,72 +0,0 @@ - -
-
-
-
-
-
-

Detail Kasus Curanmor Per Tanggal

-

Berikut ini merupakan rincian kasus Pencurian Kendaraan Bermotor (CURANMOR) - yang dikelompokkan berdasarkan tanggal di inputkannya kasus CURANMOR yang terjadi

-
-
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - - - @php - $grouped = $detail_curanmor->groupBy(function($item) { - return $item->created_at->format('Y-m-d'); - }); - @endphp - @foreach($grouped as $tanggal => $items) - @foreach($items as $index => $detail) - - @if ($index == 0) - - @endif - - - - - - @endforeach - @endforeach - -
TanggalNama KecamatanTambahan Kasus CuranmorTotal Curanmor Per KecamatanBatalkan Update Kasus
{{ \Carbon\Carbon::parse($tanggal)->translatedFormat('d F Y') }}{{ $detail->detailCuranmor_Kecamatan->nama_kecamatan }}{{ $detail->tambahan_curanmor }}{{ $detail->detailCuranmor_Curanmor->jumlah_curanmor }} -
-
- @method('delete') - @csrf - - -
-
-
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardDetailCuras.blade.php b/resources/views/admin1/dashboardDetailCuras.blade.php deleted file mode 100644 index e445602..0000000 --- a/resources/views/admin1/dashboardDetailCuras.blade.php +++ /dev/null @@ -1,72 +0,0 @@ - -
-
-
-
-
-
-

Detail Kasus Curas Per Tanggal

-

Berikut ini merupakan rincian kasus Pencurian Dengan Kekerasan (CURAS) - yang dikelompokkan berdasarkan tanggal di inputkannya kasus CURAS yang terjadi

-
-
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - - - @php - $grouped = $detail_curas->groupBy(function($item) { - return $item->created_at->format('Y-m-d'); - }); - @endphp - @foreach($grouped as $tanggal => $items) - @foreach($items as $index => $detail) - - @if ($index == 0) - - @endif - - - - - - @endforeach - @endforeach - -
TanggalNama KecamatanTambahan Kasus CurasTotal Curas Per KecamatanBatalkan Update Kasus
{{ \Carbon\Carbon::parse($tanggal)->translatedFormat('d F Y') }}{{ $detail->detailCuras_Kecamatan->nama_kecamatan }}{{ $detail->tambahan_curas }}{{ $detail->detailCuras_Curas->jumlah_curas }} -
-
- @method('delete') - @csrf - - -
-
-
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardEditCuranmor.blade.php b/resources/views/admin1/dashboardEditCuranmor.blade.php deleted file mode 100644 index 079db9d..0000000 --- a/resources/views/admin1/dashboardEditCuranmor.blade.php +++ /dev/null @@ -1,60 +0,0 @@ - -
-
-
-
-
-
-
-

Ubah Data Kasus CURANMOR Pada Kecamatan - {{ $curanmor->punyaKecamatanCuranmor->nama_kecamatan}}

-
-
-
-
- @method('put') - @csrf -
-
-
- - - - - -
-
-
-
- - -
-
-
-
- - -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admin1/dashboardEditCuras.blade.php b/resources/views/admin1/dashboardEditCuras.blade.php deleted file mode 100644 index e9e6c71..0000000 --- a/resources/views/admin1/dashboardEditCuras.blade.php +++ /dev/null @@ -1,64 +0,0 @@ - -
-
-
-
-
-
-
-

Ubah Data Kasus CURAS Pada Kecamatan - {{ $curas->punyaKecamatanCuras->nama_kecamatan}}

-
-
-
-
- @method('put') - @csrf -
-
-
- - - - - - - - - -
-
-
-
- - -
-
-
-
- - -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admin1/dashboardEditKecamatan.blade.php b/resources/views/admin1/dashboardEditKecamatan.blade.php deleted file mode 100644 index 96f7d6d..0000000 --- a/resources/views/admin1/dashboardEditKecamatan.blade.php +++ /dev/null @@ -1,39 +0,0 @@ - -
-
-
-
-
-
-
-

Ubah Data Kecamatan

-
-
-
-
- @method('put') - @csrf -
-
-
- - - @error('nama_kecamatan') -
{{$message}} -
- @enderror -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admin1/dashboardEditKlaster.blade.php b/resources/views/admin1/dashboardEditKlaster.blade.php deleted file mode 100644 index bc0a05e..0000000 --- a/resources/views/admin1/dashboardEditKlaster.blade.php +++ /dev/null @@ -1,49 +0,0 @@ - -
-
-
-
-
-
-
-

Ubah Data Klaster

-
-
-
-
- @method('put') - @csrf -
-
-
- - - @error('nama_klaster') -
{{$message}} -
- @enderror -
-
-
-
- - - @error('warna') -
{{$message}} -
- @enderror -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admin1/dashboardIterasiCuras.blade.php b/resources/views/admin1/dashboardIterasiCuras.blade.php deleted file mode 100644 index 51e6126..0000000 --- a/resources/views/admin1/dashboardIterasiCuras.blade.php +++ /dev/null @@ -1,70 +0,0 @@ - -
-
-
-
-
-
-

Iterasi K-Means Untuk Kasus Curas

-

Sales enables you to effectively control sales KPIs and monitor them in one central
- place while helping teams to reach sales goals.

-
- Tambah Kasus Curas -
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
- @foreach ($iterasi as $i => $baris) -

Iterasi {{ $i + 1 }}

-
- - - - - - - - - - - - @foreach ($baris as $row) - - - - - - - - - - - @endforeach -
-
- - -
-
NoNama KecamatanJarak Ke Centroid 1Jarak Ke Centroid 2Jarak Ke Centroid 3
-
- - -
-
{{ $loop->iteration }}{{ $row['kecamatan_id'] }}{{ $row['jarakC1'] }}{{ $row['jarakC2'] }}{{ $row['jarakC3'] }}
-
- @endforeach -
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardListCuranmor.blade.php b/resources/views/admin1/dashboardListCuranmor.blade.php deleted file mode 100644 index 3b938b1..0000000 --- a/resources/views/admin1/dashboardListCuranmor.blade.php +++ /dev/null @@ -1,65 +0,0 @@ - -
-
-
-
-
-
-

Daftar Kasus Pencurian Kendaraan Bermotor (CURANMOR)

-

Berikut ini merupakan data kasus Pencurian Kendaraan Bermotor (CURANMOR) pada
- masing masing kecamatan di Kabupaten Probolinggo

-
- Tambah Kasus Curanmor -
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - - @foreach ( $curanmors as $curanmor ) - - - - - - - - - - @endforeach -
-
- - -
-
NoNama KecamatanJumlah Kasus CuranmorKlaster
-
- - -
-
{{ $loop->iteration }}{{ $curanmor->punyaKecamatanCuranmor->nama_kecamatan}}{{ $curanmor->jumlah_curanmor }}{{ $curanmor->punyaKlasterCuranmor->nama_klaster }}
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardListCuras.blade.php b/resources/views/admin1/dashboardListCuras.blade.php deleted file mode 100644 index 3af730e..0000000 --- a/resources/views/admin1/dashboardListCuras.blade.php +++ /dev/null @@ -1,65 +0,0 @@ - -
-
-
-
-
-
-

Daftar Kasus Pencurian Dengan Kekerasan (CURAS)

-

Berikut ini merupakan data kasus Pencurian Dengan Kekerasan (CURAS) pada
- masing masing kecamatan di Kabupaten Probolinggo

-
- Tambah Kasus Curas -
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - - @foreach ( $curases as $curas ) - - - - - - - - - - @endforeach -
-
- - -
-
NoNama KecamatanJumlah Kasus CurasKlaster
-
- - -
-
{{ $loop->iteration }}{{ $curas->punyaKecamatanCuras->nama_kecamatan}}{{ $curas->jumlah_curas }}{{ $curas->punyaKlasterCuras->nama_klaster }}
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardListKecamatan.blade.php b/resources/views/admin1/dashboardListKecamatan.blade.php deleted file mode 100644 index 332b7d0..0000000 --- a/resources/views/admin1/dashboardListKecamatan.blade.php +++ /dev/null @@ -1,75 +0,0 @@ - -
-
-
-
-
-
-

Daftar Kecamatan Kabupaten Probolinggo

-

Berikut merupakan data seluruh kecamatan yang berada di wilayah
- Kabupaten Probolinggo.

-
- - Tambah Kecamatan -
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
-
- - - - - - - - - - @foreach ( $kecamatans as $kecamatan ) - - - - - - - - - @endforeach -
-
- - -
-
NoNama KecamatanAction
-
- - -
-
{{ $kecamatan -> id }}{{ $kecamatan -> nama_kecamatan }} -
- -
- @method('delete') - @csrf - - -
-
-
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardListKlaster.blade.php b/resources/views/admin1/dashboardListKlaster.blade.php deleted file mode 100644 index 8198cb7..0000000 --- a/resources/views/admin1/dashboardListKlaster.blade.php +++ /dev/null @@ -1,76 +0,0 @@ - -
-
-
-
-
-
-

Daftar Klaster

-

Berikut merupakan data Klaster atau Kategori yang dijadikan sebagai acuan pemetaan.
- Ingat dalam pengisian data klaster, kategori aman atau rendah dimulai dari id 1

-
- Tambah Klaster -
-
- @if (session()->has('succes')) - - @endif - @if (session()->has('error')) - - @endif -
-
- - - - - - - - - - - @foreach ( $klasters as $klaster ) - - - - - - - - - - @endforeach -
-
- - -
-
idNama KlasterWarnaAction
-
- - -
-
{{ $klaster -> id }}{{ $klaster -> nama_klaster }}{{ $klaster -> warna }} -
- -
- @method('delete') - @csrf - - -
-
-
-
-
-
- -
-
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardMapCuranmor.blade.php b/resources/views/admin1/dashboardMapCuranmor.blade.php deleted file mode 100644 index 67192df..0000000 --- a/resources/views/admin1/dashboardMapCuranmor.blade.php +++ /dev/null @@ -1,71 +0,0 @@ - -
- -
- - -
- - - - - -
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardMapCuras.blade.php b/resources/views/admin1/dashboardMapCuras.blade.php deleted file mode 100644 index f2eed1f..0000000 --- a/resources/views/admin1/dashboardMapCuras.blade.php +++ /dev/null @@ -1,69 +0,0 @@ - -
- -
- - - - - -
-
\ No newline at end of file diff --git a/resources/views/admin1/dashboardTambahCuranmor.blade.php b/resources/views/admin1/dashboardTambahCuranmor.blade.php deleted file mode 100644 index 76e5d34..0000000 --- a/resources/views/admin1/dashboardTambahCuranmor.blade.php +++ /dev/null @@ -1,47 +0,0 @@ - -
-
-
-
-
-
-
-

Tambah Data Kasus Pencurian Kendaraan Bermotor ( CURANMOR )

-
-
-
-
- @csrf -
-
-
- - -
-
-
-
- - -
-
- -
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admin1/dashboardTambahCuras.blade.php b/resources/views/admin1/dashboardTambahCuras.blade.php deleted file mode 100644 index c4cf6db..0000000 --- a/resources/views/admin1/dashboardTambahCuras.blade.php +++ /dev/null @@ -1,45 +0,0 @@ - -
-
-
-
-
-
-
-

Tambah Data Kasus CURAS Hari Ini

-
-
-
-
- @csrf -
-
-
- - -
-
-
-
- - -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admin1/dashboardTambahKecamatan.blade.php b/resources/views/admin1/dashboardTambahKecamatan.blade.php deleted file mode 100644 index d75da97..0000000 --- a/resources/views/admin1/dashboardTambahKecamatan.blade.php +++ /dev/null @@ -1,38 +0,0 @@ - -
-
-
-
-
-
-
-

Tambah Data Kecamatan Baru

-
-
-
-
- @csrf -
-
-
- - - @error('nama_kecamatan') -
{{$message}} -
- @enderror -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admin1/dashboardTambahKlaster.blade.php b/resources/views/admin1/dashboardTambahKlaster.blade.php deleted file mode 100644 index d215cec..0000000 --- a/resources/views/admin1/dashboardTambahKlaster.blade.php +++ /dev/null @@ -1,48 +0,0 @@ - -
-
-
-
-
-
-
-

Tambah Klaster Baru

-
-
-
-
- @csrf -
-
-
- - - @error('nama_klaster') -
{{$message}} -
- @enderror -
-
-
-
- - - @error('warna') -
{{$message}} -
- @enderror -
-
-
- - -
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/resources/views/admin1/login.blade.php b/resources/views/admin1/login.blade.php deleted file mode 100644 index 5f19fbd..0000000 --- a/resources/views/admin1/login.blade.php +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - KPROTECT | Probolinggo Threat & Crime Tracker - - - - - - - - - - - - - - -
-
- loder -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/views/admin1/welcome.blade.php b/resources/views/admin1/welcome.blade.php deleted file mode 100644 index b9d609c..0000000 --- a/resources/views/admin1/welcome.blade.php +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - Laravel - - - - - - - @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) - @vite(['resources/css/app.css', 'resources/js/app.js']) - @else - - @endif - - - - -