Pass value from one view to other laravel routes configuration
问题 I have just started using laravel and currently using the version 5.2. I am using two forms to get the data. First form in first view and second form in second view. I need to figure out a way to tell the second form, the form id of the first one, which the second form will be linked to. I know this can be done by passing the values using the URL. But I lack the knowledge of the correct syntax. 1- How to send data while redirecting? 2- How should the route look like? 3- How to access that