From c1c92d10c32a5095b33c49f46631e2b636d529ae Mon Sep 17 00:00:00 2001 From: BakoL2323 <142969559+ardiyanto1234@users.noreply.github.com> Date: Thu, 19 Mar 2026 22:39:57 +0700 Subject: [PATCH] update --- package-lock.json | 2 +- .../attendance/setting-attendance.blade.php | 118 +++++++++--------- storage/app/public/.gitignore | 2 - 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 storage/app/public/.gitignore diff --git a/package-lock.json b/package-lock.json index 7e2dbcc..d835761 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "Sidakdesa-pelem-master", + "name": "sidakpelem-v2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/resources/views/admin/features/attendance/setting-attendance.blade.php b/resources/views/admin/features/attendance/setting-attendance.blade.php index 8e4c9a8..7ba532f 100644 --- a/resources/views/admin/features/attendance/setting-attendance.blade.php +++ b/resources/views/admin/features/attendance/setting-attendance.blade.php @@ -127,7 +127,67 @@ @csrf
+
+
Lokasi dan Radius
+ Titik ini dipakai sebagai pusat validasi absensi perangkat. +
+
+ + + @error('office_latitude') +
{{ $message }}
+ @enderror +
+ +
+ + + @error('office_longitude') +
{{ $message }}
+ @enderror +
+ +
+ + + + @error('attendance_radius_meters') +
{{ $message }}
+ @enderror +
Klik peta untuk memindahkan titik pusat. Marker juga bisa digeser.
+
+ +
+
+
+
+
Radius Aktif
+
{{ (int) $radius }} m
+
+
+
+
+
Titik Pusat
+
+ {{ number_format((float) $lat, 5) }}, {{ number_format((float) $lng, 5) }} +
+
+
+
+
+
+ + +
Waktu Absensi
Atur jam check-in, check-out, dan kebijakan keterlambatan.
@@ -210,64 +270,6 @@ class="form-control @error('late_grace_minutes') is-invalid @enderror" -
-
Lokasi dan Radius
- Titik ini dipakai sebagai pusat validasi absensi perangkat. -
- -
- - - @error('office_latitude') -
{{ $message }}
- @enderror -
- -
- - - @error('office_longitude') -
{{ $message }}
- @enderror -
- -
- - - - @error('attendance_radius_meters') -
{{ $message }}
- @enderror -
Klik peta untuk memindahkan titik pusat. Marker juga bisa digeser.
-
- -
-
-
-
-
Radius Aktif
-
{{ (int) $radius }} m
-
-
-
-
-
Titik Pusat
-
- {{ number_format((float) $lat, 5) }}, {{ number_format((float) $lng, 5) }} -
-
-
-
-
-
diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/storage/app/public/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore