new to laravel and just wanted to get some tips on how to do the following.
So the view will show all created assignments (using for each i believe) that are stored in my database on PHPadmin. I want to be able to select one of these assignments and pass the assignment ID (name to the next view).,
Thanks