Quick question all,
Wondering if/how I can use the request path in my blade template. Currently using Laravel 5.2.
Ideally for alot of my forms they would just be submitting back to themselves. So wondering if there was an easy way to just put Request::path() in my form action.
I know i could just leave it blank but rather not leave it up to the browser to fill my action...
Thanks
Citti