Laravel obtenga el nombre de la ruta actual
Route::currentRouteName()
Beautiful Bird
Route::currentRouteName()
request()->route()->getName()
Route::getCurrentRoute()->getActionName();
// Check if route is ***
Request::route()->named("YourRouteNameView")