diff --git a/resources/views/khazanah/kelulusan.blade.php b/resources/views/khazanah/kelulusan.blade.php
index c7015b0..5e00584 100644
--- a/resources/views/khazanah/kelulusan.blade.php
+++ b/resources/views/khazanah/kelulusan.blade.php
@@ -39,7 +39,6 @@
{{ $cawangan_info['details_caw'] }} |
{{ $k['norujukan'] }} |
{{ $k['komen'] }} |
- {{ $k['pelulus'] }} |
|
@@ -82,7 +81,7 @@
let norujukan = $(e).data('norujukan');
let pelulus = $(e).data('pelulus');
-
+ alert(pelulus);
$.ajax({
method:'put',
url: "{{ route('khazanah.updatekelulusan') }}",
@@ -92,12 +91,13 @@
"pelulus" : pelulus
},
success:function(data){
-
+ console.log(data);
Swal.fire({
icon: 'success',
title: 'Anda Berjaya Mengesahkan Pengesahan'
}).then(function(){
location.reload();
+
});
},error: function(xhr, status, error) {