From bafacc38c2b8b2afd10c26bba1d3639fcfeef43a Mon Sep 17 00:00:00 2001 From: rahmagustin Date: Sun, 19 Apr 2026 19:48:10 +0700 Subject: [PATCH] kapasitas --- resources/views/admin/tps/create.blade.php | 14 +++++++++----- resources/views/user/detail-tps.blade.php | 2 +- resources/views/user/index.blade.php | 2 -- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/resources/views/admin/tps/create.blade.php b/resources/views/admin/tps/create.blade.php index 7bdb6fb..4bb4a2d 100644 --- a/resources/views/admin/tps/create.blade.php +++ b/resources/views/admin/tps/create.blade.php @@ -79,11 +79,15 @@ class="form-control @error('tahun_pembuatan') is-invalid @enderror" {{-- KAPASITAS --}}
- +
+ +
+ ton/hari +
@error('kapasitas_tps') {{ $message }} diff --git a/resources/views/user/detail-tps.blade.php b/resources/views/user/detail-tps.blade.php index 8ad07a8..f756cba 100644 --- a/resources/views/user/detail-tps.blade.php +++ b/resources/views/user/detail-tps.blade.php @@ -65,7 +65,7 @@ class="img-fluid h-100 w-100 rounded-start"
Kapasitas
- {{ $tps->kapasitas_tps ?? '-' }} + {{ $tps->kapasitas_tps ?? '-' }} ton/hari
diff --git a/resources/views/user/index.blade.php b/resources/views/user/index.blade.php index fbe7bf7..412dd3c 100644 --- a/resources/views/user/index.blade.php +++ b/resources/views/user/index.blade.php @@ -350,8 +350,6 @@ function icon(color) { marker.tpsData = tps; markers.push(marker); }); - - /* ===== LEGEND KATEGORI (BALIK 😤) ===== */ var legend = L.control({ position: 'bottomleft' });