This commit is contained in:
Lizandro Guarnizo
2026-01-29 21:42:53 -05:00
parent 08e4fbe134
commit 5a91d96897
6 changed files with 80 additions and 58 deletions
@@ -31,7 +31,7 @@ class CobrosRelationManager extends RelationManager
->numeric()
->required()
->minValue(1)
->helperText('Prendas que NO llegaron y se cobran a la tintorería'),
->helperText('Prendas que llegaron con problemas y se cobran a la tintorería'),
\Filament\Forms\Components\TextInput::make('valor')
->numeric()
->required()