added form of verify
This commit is contained in:
@@ -72,7 +72,8 @@ class OcrValidationResource extends Resource
|
|||||||
|
|
||||||
Forms\Components\TextInput::make('photo1')
|
Forms\Components\TextInput::make('photo1')
|
||||||
->label('Captured Photo')
|
->label('Captured Photo')
|
||||||
->hidden(),
|
->hidden()
|
||||||
|
->extraAttributes(['x-ref' => 'hiddenInput']),
|
||||||
Forms\Components\Actions::make([
|
Forms\Components\Actions::make([
|
||||||
Action::make('uploadNow1')
|
Action::make('uploadNow1')
|
||||||
->label('Upload OCR')
|
->label('Upload OCR')
|
||||||
|
|||||||
Reference in New Issue
Block a user