Deal with request variables in your controller, do with them whatever you want and then pass them into specific views.
Jun 26, 2015
3
Level 39
Using request variable in blade template
Hi,
I can't seem to find a way with using request variable in blade templates.
My url is something like .../abc/?balls=5
and in my view I tried to
{{ $balls }}
{{ $request->balls }}
But both doesn't work. Did I miss anything?
Level 1
Please or to participate in this conversation.