Move data from one table with button to another table Laravel
问题 Before someone say this is a duplicate. Yes i have found this: Move data from one MySQL table to another But in Laravel its a bit different this is quiet that what i want. Like him i want a button wich delete a row in a tabel like this one: (Updated picture) Just to have an example. After he hit the button it should move the shown row into the database just like it is shown here and delete it afterwards. I really dont know how to start something like this in laravel and i really cant find