@if (isset($id)) {{ html()->modelForm($data, 'PATCH', route('document-verification.update', $id))->attribute('enctype','multipart/form-data')->open() }} @else {{ html()->form('POST', route('document-verification.store'))->id('documentVerification')->attribute('enctype','multipart/form-data')->open() }} @endif {!! HTML()->hidden('type', 'document_verification') !!} {{ html()->form()->close() }}