From 1c32df52e7dcf91b4e1b1f570be6dcbc4f5518c4 Mon Sep 17 00:00:00 2001 From: Mekan1206 Date: Wed, 13 May 2026 22:23:24 +0500 Subject: [PATCH] test --- app/Repos/System/Nova/NovaMenuRepo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Repos/System/Nova/NovaMenuRepo.php b/app/Repos/System/Nova/NovaMenuRepo.php index 17260373..ba703ba7 100644 --- a/app/Repos/System/Nova/NovaMenuRepo.php +++ b/app/Repos/System/Nova/NovaMenuRepo.php @@ -107,6 +107,7 @@ class NovaMenuRepo MenuItem::resource(CurrencyRate::class)->canSee(fn() => NovaPermissionRepo::isAdmin() || NovaPermissionRepo::isCurrencyMaintainer()), MenuItem::resource(NovaVisaMasterSetting::class)->canSee(fn() => NovaPermissionRepo::isAdmin() || NovaPermissionRepo::isCurrencyMaintainer()), ])->icon('currency-dollar') + ->canSee(fn() => NovaPermissionRepo::isAdmin() || NovaPermissionRepo::isCurrencyMaintainer()) ->collapsedByDefault(), MenuSection::resource(OnlinePaymentHistoryResource::class)