Laravel obtient le nom de l'itinéraire actuel
Route::currentRouteName()
Beautiful Bird
Route::currentRouteName()
<p> Path: {{ Request::path() }} </p>
$route = Route::current();
$name = Route::currentRouteName();
$action = Route::currentRouteAction();