diff --git a/src/Pingpong/Admin/helpers.php b/src/Pingpong/Admin/helpers.php index 0594fa7..d2a2fc2 100644 --- a/src/Pingpong/Admin/helpers.php +++ b/src/Pingpong/Admin/helpers.php @@ -38,7 +38,7 @@ function modal_popup($url, $title, $message) */ function isOnPages() { - return Route::is('admin.pages.index'); + return Route::is('admin.pages.*'); } }