From 0561a2443e41ffac1fac2e743abd9a2cf7413a2a Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 24 Jul 2026 16:52:17 +0530 Subject: [PATCH] changed the label name in bundle numberin weight validation --- app/Filament/Resources/WeightValidationResource.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Filament/Resources/WeightValidationResource.php b/app/Filament/Resources/WeightValidationResource.php index 97fa53f..cc28fb1 100644 --- a/app/Filament/Resources/WeightValidationResource.php +++ b/app/Filament/Resources/WeightValidationResource.php @@ -99,11 +99,11 @@ class WeightValidationResource extends Resource ->columnSpan(1) ->placeholder('Scan the valid Heat Number'), Forms\Components\TextInput::make('bundle_number') - ->label('Bundle Number') + ->label('Bundle / Coil Number') ->minLength(1) ->numeric() ->columnSpan(1) - ->placeholder('Scan the valid Bundle Number'), + ->placeholder('Scan the valid Bundle / Coil Number'), Forms\Components\TextInput::make('picked_weight') ->label('Picked Weight') ->minLength(1)