Test Result
@if(!empty($getpersonalinfo))
Result For {{ $getpersonalinfo->first_name}} {{ $getpersonalinfo->last_name or '--'}}
@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'))!!}
@include('include.pro.personal-info-render')