You cannot have two routes with the same name. Change the name of the route for update.
agjino liked this reply
For any none GET route you need to have a csrf token. That is missing in your form, you can add it with @csrf in your form.
See: https://laravel.com/docs/7.x/csrf for more information.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community