How to pass parameter from one page to another in Laravel? | How to hide parameter from URL/ Route in Laravel?
In this session I'm gonna write about how you can pass parameter from one page to another and while passing the value how you can hide it. Let's start the discussion... 1. Suppose I want to send a parameter through a button from the first page to another page. Here, suppose course_id . <li> <a href="{{route('registration',['course_id' => Crypt::encrypt('1')...