Test Result
@if(!empty($personal_information))
Result For {{ $personal_information['full_name'] ??'--'}}
@endif
@if(!$is_psychometric_only)
Preview PDF
@endif
{!! Form::hidden('assign_id',$assign_id,['id'=>'js-pro-test-assign_id']) !!}
{!! Form::hidden('test_pin',$test_pin,['id'=>'js-pro-test-test_pin_id']) !!}
{!! Form::hidden('candidate_id',$candidate_id,['id'=>'js-pro-test-candidate_id']) !!}
{!! Form::hidden('section_id',$section_id,['id'=>'js-pro-test-section_id']) !!}
{!! Form::hidden('sections',$sections,array('id'=>'pre-js-pro-sections'))!!}
{!! Form::hidden('assessment_id',$assessment_id,['id'=>'js-pro-test-assessment_id']) !!}
{!! Form::hidden('is_custom_form',$is_custom_form,['id'=>'js-pro-test-is_custom_form']) !!}
{!! Form::hidden('is_feedback',$is_feedback,['id'=>'js-pro-test-is_feedback']) !!}
{!! Form::hidden('test_event_id',$test_event_id,['id'=>'js-pro-test-test_event_id']) !!}
@include('gold.college.promapped.personal-info-render')