Jquery ajax – Error Missing required parameters for [Route: city] [URI: daftar/city/{id}]
I want to send data to the controller with ajax, but there is an error Missing required parameters for `[Route: city] [URI: daftar / city / {id}]. here's my ajax code $(".province").on("change",function(){ var id = this.value; console.log(id); $.ajax({ type: "get",…