I have my DB, already migrated everything, my code can record new entries in my table when required, and so on.
I have a table with the contents of: 'id', 'name', 'lastname', 'email', 'phone', 'address'.
What I want is, when you hit the submit button, you'll be redirected to a new 'view.blade.php' where you can see all of the DB's entries, including the most recent. BUT I don't know how to develop this code to make it work.
I need help with that, please. Thank you.