676 0 0 0
Last Updated : 2025-04-28 18:29:23
If you need to get or check for the current route name or action here is a hint
$route = \Route::current();
$name = \Route::currentRouteName();
$action = \Route::currentRouteAction();