I\'m trying to get a url parameter from a view file.
I have this url:
http://locahost:8000/example?a=10
and a view file na
The shortest way i have used
{{ Request::get('a') }}