I'm creating an App using Laravel for the backend and VueJs for the frontend.
I was wondering what is actually more correct for updating a row from my database:
Creating a method="POST" form that executes a Controller function.
Just making a few inputs with a button that when is clicked calls a function that makes an axios request to my backend.