Route::currentRouteName()
<p> Path: {{ Request::path() }} </p>
$route = Route::current(); $name = Route::currentRouteName(); $action = Route::currentRouteAction();