added form of verify

This commit is contained in:
dhanabalan
2025-10-17 10:01:46 +05:30
parent 96a19f8566
commit 9efc878600

View File

@@ -72,7 +72,8 @@ class OcrValidationResource extends Resource
Forms\Components\TextInput::make('photo1')
->label('Captured Photo')
->hidden(),
->hidden()
->extraAttributes(['x-ref' => 'hiddenInput']),
Forms\Components\Actions::make([
Action::make('uploadNow1')
->label('Upload OCR')