Added label name for panel box #846
@@ -134,6 +134,7 @@ class PanelBoxValidationResource extends Resource
|
|||||||
// ->relationship('stickerMaster', 'id')
|
// ->relationship('stickerMaster', 'id')
|
||||||
->required(),
|
->required(),
|
||||||
Forms\Components\TextInput::make('production_order')
|
Forms\Components\TextInput::make('production_order')
|
||||||
|
->label('Production Order\Doc No')
|
||||||
->placeholder('Scan the valid Production Order')
|
->placeholder('Scan the valid Production Order')
|
||||||
->minLength(7)
|
->minLength(7)
|
||||||
->maxLength(14)
|
->maxLength(14)
|
||||||
|
|||||||
Reference in New Issue
Block a user