From faa355ad79f4cfc6024ecf087ff622266a0546fd Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 4 Jul 2026 09:10:24 +0530 Subject: [PATCH] Added group name of panel box validation page --- app/Filament/Resources/PanelBoxValidationResource.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Filament/Resources/PanelBoxValidationResource.php b/app/Filament/Resources/PanelBoxValidationResource.php index b724408..c1cfeb5 100644 --- a/app/Filament/Resources/PanelBoxValidationResource.php +++ b/app/Filament/Resources/PanelBoxValidationResource.php @@ -27,6 +27,8 @@ class PanelBoxValidationResource extends Resource protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack'; + protected static ?string $navigationGroup = 'Panel Box'; + public $isSubmitted = false; public $data = [];