this is my url http://project.dev/blogs/image-with-article so, here I need the parameter image-with-article in my blade to display which is a parameter
http://project.dev/blogs/image-with-article
image-with-article
Easy way Just {{ dd(request()->query("PARAMNAME")) }}
{{ dd(request()->query("PARAMNAME")) }}
for get all PARAMs {{ dd(request()->query()) }}
{{ dd(request()->query()) }}