740 0 0 0
Last Updated : 2025-11-02 07:18:46
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();