how to send data from ajax to controller in lalravel? the keys form doesn't send from ajax 422 (Unprocessable Content)? – Jquery ajax
I make CRUD operation by using laravel, ajax and the blade form is (modal), the (create method) works fine, but the (update method) doesn't work, in spite of its functionality is the same of (update method) I Think the issue…