1
0
forked from poc/pds

Added label name for panel box

This commit is contained in:
dhanabalan
2026-07-21 12:20:52 +05:30
parent f6179a0143
commit 59eae005eb

View File

@@ -134,6 +134,7 @@ class PanelBoxValidationResource extends Resource
// ->relationship('stickerMaster', 'id')
->required(),
Forms\Components\TextInput::make('production_order')
->label('Production Order\Doc No')
->placeholder('Scan the valid Production Order')
->minLength(7)
->maxLength(14)