125 0 0 0
Last Updated : 2023-12-10 01:35:19
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();