Level 1
Deal with request variables in your controller, do with them whatever you want and then pass them into specific views.
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?
Deal with request variables in your controller, do with them whatever you want and then pass them into specific views.
Please or to participate in this conversation.