dashboard

This commit is contained in:
afiq
2021-12-01 08:06:56 +08:00
parent db9f0fb113
commit c2bf670590
10 changed files with 87 additions and 2 deletions
@@ -414,9 +414,19 @@
text: 'Pendahuluan Unit Komuditi Berjaya'
});
$('#pembelian_modal').modal('hide');
komoditiNotify();
}
});
});
function komoditiNotify(){
$.ajax({
method:'get',
url: "{{ route('beli.notifyKomoditi') }}",
success:function(data){
console.log('berjaya');
}
});
}
</script>
@endsection