diff --git a/resources/views/khazanah/v2/info.blade.php b/resources/views/khazanah/v2/info.blade.php
index ed0aec7..3cfdd5a 100644
--- a/resources/views/khazanah/v2/info.blade.php
+++ b/resources/views/khazanah/v2/info.blade.php
@@ -651,6 +651,7 @@ $.each(data,function(index,gadai_detail){
if(gadai_detail['trkhtuntut'] == null){
tablelelong.row.add([
+ '',
counter,
'' + gadai_detail['norujukan'] + '',
gadai_detail['t_lelong'],
@@ -664,6 +665,7 @@ $.each(data,function(index,gadai_detail){
''
]).draw();
}else{
+ '',
tablelelong.row.add([
counter,
'' + gadai_detail['norujukan'] + '',
@@ -1059,7 +1061,7 @@ $.each(data,function(index,gadai_detail){
var urlroute = '{{ route("resit.khazanah.tebus", ":id") }}';
urlroute = urlroute.replace(':id', tebusaz['norujukan']);
}
-
+
}
break;
@@ -1390,7 +1392,7 @@ $.each(data,function(index,gadai_detail){
allowOutsideClick: false,
});
}
-
+
},
error: function (request, status, error) {