{!! html()->form('PUT', route('admin.verification-activities.update', $verification_activity->id))->acceptsFiles(true)->id('system_form')->open() !!}
@include('backend.pages.verification-activities._form')
{{ html()->form()->close() }}