From 00b566a4caf6ca4f53e6406f9996bb1de80a4d15 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 9 Dec 2025 17:12:40 +0530 Subject: [PATCH] Added sub group name of the product characteristics --- app/Filament/Resources/ProductCharacteristicsMasterResource.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Filament/Resources/ProductCharacteristicsMasterResource.php b/app/Filament/Resources/ProductCharacteristicsMasterResource.php index e30c791..badf207 100644 --- a/app/Filament/Resources/ProductCharacteristicsMasterResource.php +++ b/app/Filament/Resources/ProductCharacteristicsMasterResource.php @@ -27,6 +27,8 @@ class ProductCharacteristicsMasterResource extends Resource { protected static ?string $model = ProductCharacteristicsMaster::class; + protected static ?string $navigationGroup = 'Process Order'; + protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack'; public static function form(Form $form): Form