I want to use the same form to store/update in Laravel – Jquery ajax
I'd love to share the same form to store/update data on a Laravel AJAX form. So I would change the form method depending of the action the user want to do. i.e. store method: <form method="post" action="{{action('TechnicianController@store')}}" id="formTec"> @csrf update…