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 named slug here is in my routes file I need the slug paramter in blade.
Route::get('/blogs/{slug}', ['as'=>'blog.by.slug', 'uses'=> 'CmsController@show']);