Added label name for panel box
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 17s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 18s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 21s
Laravel Pint / pint (pull_request) Successful in 2m34s
Laravel Larastan / larastan (pull_request) Failing after 5m13s

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') // ->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)