diff --git a/app/Filament/Pages/GuardPatrolDayCount.php b/app/Filament/Pages/GuardPatrolDayCount.php index e63464dd9..67114980d 100644 --- a/app/Filament/Pages/GuardPatrolDayCount.php +++ b/app/Filament/Pages/GuardPatrolDayCount.php @@ -16,6 +16,8 @@ class GuardPatrolDayCount extends Page protected static string $view = 'filament.pages.guard-patrol-day-count'; + protected static ?string $navigationGroup = 'Guard DashBoard'; + use HasFiltersForm; public function mount(): void