diff --git a/resources/views/surveyor/components/foto.blade.php b/resources/views/surveyor/components/foto.blade.php index 20b0f50..ff64afe 100644 --- a/resources/views/surveyor/components/foto.blade.php +++ b/resources/views/surveyor/components/foto.blade.php @@ -635,8 +635,8 @@ confirmButtonText: 'OK' }).then((response) => { if (response.isConfirmed) { - // window.location.href = - // '{{ route('surveyor.show', ['id' => $permohonan->id]) }}'; + window.location.href = + '{{ route('surveyor.show', ['id' => $permohonan->id]) }}'; } console.log(response); diff --git a/resources/views/surveyor/components/inspeksi.blade.php b/resources/views/surveyor/components/inspeksi.blade.php index ea8af9d..dcde1d6 100644 --- a/resources/views/surveyor/components/inspeksi.blade.php +++ b/resources/views/surveyor/components/inspeksi.blade.php @@ -205,8 +205,8 @@ confirmButtonText: 'OK' }).then((response) => { if (response.isConfirmed) { - // window.location.href = - // '{{ route('surveyor.show', ['id' => $permohonan->id]) }}'; + window.location.href = + '{{ route('surveyor.show', ['id' => $permohonan->id]) }}'; } }); } else {