diff --git a/app/Filament/Resources/ItemCharacteristicResource.php b/app/Filament/Resources/ItemCharacteristicResource.php index 501fa16..1354891 100644 --- a/app/Filament/Resources/ItemCharacteristicResource.php +++ b/app/Filament/Resources/ItemCharacteristicResource.php @@ -236,13 +236,13 @@ class ItemCharacteristicResource extends Resource Forms\Components\TextInput::make('zmm_codeclass') ->label('ZMM CODE CLASS'), Forms\Components\TextInput::make('zmm_colour') - ->label('ZMM Colour'), + ->label('ZMM COLOUR'), Forms\Components\TextInput::make('zmm_logo_cp') ->label('ZMM LOGO CP'), Forms\Components\TextInput::make('zmm_grade') ->label('ZMM GRADE'), Forms\Components\TextInput::make('zmm_grwt_pset') - ->label('ZMM Grwt Pset'), + ->label('ZMM GRWT PSET'), Forms\Components\TextInput::make('zmm_grwt_cable') ->label('ZMM GRWT CABLE'), Forms\Components\TextInput::make('zmm_grwt_motor') @@ -315,6 +315,8 @@ class ItemCharacteristicResource extends Resource ->label('ZMM MOTOR SPEED'), Forms\Components\TextInput::make('zqmm_qty') ->label('ZMM QTY'), + Forms\Components\TextInput::make('mrp') + ->label('MRP'), Forms\Components\TextInput::make('zmm_1') ->label('ZMM 1'), Forms\Components\TextInput::make('zmm_2') @@ -897,6 +899,10 @@ class ItemCharacteristicResource extends Resource ->label('ZMM QTY') ->alignCenter() ->sortable(), + Tables\Columns\TextColumn::make('mrp') + ->label('MRP') + ->alignCenter() + ->sortable(), Tables\Columns\TextColumn::make('zmm_1') ->label('ZMM 1') ->alignCenter()