Try below code and make sure you are in blade file:
var satkersUrl = "{{ url('/dropdowns/satkers') }}/" + $("#kdkotama").val();
$.getJSON(satkersUrl,
function(data) {
...
});
This should work if this code use in blade file
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community