The update and destroy parameters cannot be used in CRUD Laravel 11
I have a problem when editing my CRUD. When I click edit on my index.tsx page, I can’t display the data stored in the database for editing and can’t be deleted, how is the solution?