Update label for laser part validation input in StickerMasterResource

This commit is contained in:
dhanabalan
2025-09-06 16:25:52 +05:30
parent 65aafbeb65
commit 3398a60d1b

View File

@@ -199,7 +199,7 @@ class StickerMasterResource extends Resource
->nullable(), ->nullable(),
Forms\Components\TextInput::make('laser_part_validation2') Forms\Components\TextInput::make('laser_part_validation2')
->label('Laser Part Validation 1') ->label('Laser Part Validation 2')
->nullable(), ->nullable(),
Forms\Components\TextInput::make('panel_box_code') Forms\Components\TextInput::make('panel_box_code')