Added label name for panel box #846

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-21 06:51:22 +00:00
Showing only changes of commit 59eae005eb - Show all commits

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)