how to use Ajax to collect data from my bootstrap modal in laravel?
So I added a boostrap modal form in my view and I integrated ajax to collect data from it and insert them in my database the thing is that the form doesn't do anything and I couldn't figure where the…