main
ilhamwara 2025-07-29 09:33:24 +07:00
parent 4264e00520
commit b80643a31b
1 changed files with 3 additions and 0 deletions

View File

@ -295,6 +295,9 @@
$.ajax({
url: "{{ url('sekolahNpsn') }}",
type: "POST",
xhrFields: {
withCredentials: false
},
data: {
query: query,
_token: '{{csrf_token()}}',