{{ Form::open(['url' => '#', 'name' => 'panValidateForm', 'id' => 'panValidateForm', 'enctype' => 'multipart/form-data']) }}

Upload PAN card

{{--

I confirm that my Aadhar number is linked with my PAN *

--}}
doctor_submit_declaration == 1) ? 'readonly' : ''}}>
Upload Files
@if (isset($isPANDataAdded)) @if ($isPANDataAdded != '')
{{ $isPANDataAdded->document }}
@endif @else
Drag and drop files or browse files

(Upload in JPG, PNG or PDF format; Max. size 5 MB per file)

@endif

@if (isset($isPANDataAdded)) @if ($isPANDataAdded != '') @endif @endif @if(isset($isPANDataAdded) && $isPANDataAdded != '') @if ($isPANDataAdded->is_editable == 1) @endif @else @endif
{{ Form::close() }}