This commit is contained in:
Lizandro Guarnizo
2026-02-04 20:46:05 -05:00
parent 302ebb9abd
commit 202594812d
6 changed files with 31 additions and 14 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ class PrensillaResource extends Resource
protected static ?string $model = Prensilla::class;
protected static ?string $navigationIcon = 'heroicon-o-scissors';
protected static ?string $navigationGroup = 'Gestión';
protected static ?string $navigationLabel = 'Prensillas';
protected static ?string $navigationLabel = 'Presillas';
protected static ?int $navigationSort = 5;
public static function canViewAny(): bool
@@ -86,7 +86,7 @@ class PrensillaResource extends Resource
Forms\Components\Checkbox::make('terminada')
->label('Marcar como terminado')
->helperText('✓ Al terminar Prensillas, las prendas quedarán disponibles para Tintorería')
->helperText('✓ Al terminar Presillas, las prendas quedarán disponibles para Tintorería')
->reactive()
->default(false),
]);