From b645682de8e40381dcaee0dbd3d18236e1873545 Mon Sep 17 00:00:00 2001 From: majid Date: Sat, 7 Dec 2024 14:30:25 +0700 Subject: [PATCH] update form foto --- .../views/surveyor/components/foto.blade.php | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/resources/views/surveyor/components/foto.blade.php b/resources/views/surveyor/components/foto.blade.php index 2a810e6..d4bb2f9 100644 --- a/resources/views/surveyor/components/foto.blade.php +++ b/resources/views/surveyor/components/foto.blade.php @@ -93,7 +93,7 @@
@@ -182,23 +182,25 @@
@if (isset($formFoto['foto_rute_lainnya']) && is_array($formFoto['foto_rute_lainnya'])) - @foreach ($formFoto['foto_rute_lainnya'] as $Index => $photo) + @foreach ($formFoto['foto_rute_lainnya'] as $index => $photo)
+ Foto Rute
+
- Foto Rute +
{ if (response.isConfirmed) { - window.location.href = - '{{ route('surveyor.show', ['id' => $permohonan->id]) }}'; + // window.location.href = + // '{{ route('surveyor.show', ['id' => $permohonan->id]) }}'; } + console.log(response); + }); } else { Swal.fire({