In laravel to get the current url you can use URL class without importing it
<h1>{{URL::to('/home')}}</h1 // to creating link {{URL::current()}} // for current page url {{URL::full()}} // to get full url with get param also {{URL::previous()}}// to get previous visited page