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
If you want to get the parameters without using the controller method
{{dd(request()->route()->parameters)}}