1
0
forked from poc/pds

Added sub group name of the product characteristics

This commit is contained in:
dhanabalan
2025-12-09 17:12:40 +05:30
parent a0d715c975
commit 00b566a4ca

View File

@@ -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