Form in Laravel doesn't trigger the `store()` method in the controller and reloads the page without errors
Iām developing a Laravel 10 application where users can add stages to a trip. I have a form in the travel show.blade.php file that allows creating a new stage. When I submit the form, the page reloads, but no new…