| {{$candidate_value->candidate_name}} |
@if($candidate_value->department)
{{$candidate_value->department}} |
@else
-- |
@endif
{{$candidate_value->testpin}} |
@php
$job_placement=json_decode($candidate_value['job_placement'],true);
$industries=json_decode($candidate_value['industries'],true);
$higher_studies_inclination=json_decode($candidate_value['higher_studies_inclination'],true);
$summary_personality_traits=json_decode($candidate_value['summary_personality_traits'],true);
$summary_aptitude=json_decode($candidate_value['summary_aptitude'],true);
$belief_and_value=json_decode($candidate_value['beliefs_and_values'],true);
$aptitude=json_decode($candidate_value['aptitude'],true);
$aptitude_areas_of_strength=json_decode($candidate_value['aptitude_areas_of_strength'],true);
$aptitude_areas_of_development=json_decode($candidate_value['aptitude_areas_of_development'],true);
$personality_traits=json_decode($candidate_value['personality_traits'],true);
$personality_traits_areas_of_strength=json_decode($candidate_value['personality_traits_areas_of_strength'],true);
$personality_traits_areas_of_development=json_decode($candidate_value['personality_traits_areas_of_development'],true);
@endphp
@php $placementCount = 0; @endphp
@if(!empty($job_placement))
@foreach ($job_placement as $value)
@if(isset($data['adjective_details'][$value]))
{{$data['adjective_details'][$value]}}
@else
--
@endif
|
@php $placementCount++; @endphp
@endforeach
@endif
@for($k=$placementCount;$k< 3;$k++)
-- |
@endfor
@php $industryCount = 0; @endphp
@if(!empty($industries))
@foreach ($industries as $value)
@if(isset($data['adjective_details'][$value]))
{{$data['adjective_details'][$value]}}
@else
--
@endif
|
@php $industryCount++; @endphp
@endforeach
@endif
@for($k=$industryCount;$k< 3;$k++)
-- |
@endfor
@if(!empty($higher_studies_inclination))
@foreach ($higher_studies_inclination as $value)
@if(isset($data['adjective_details'][$value]))
{{$data['adjective_details'][$value]}}
@else
--
@endif
|
@endforeach
@else
@for($k=0;$k< 1;$k++)
-- |
@endfor
@endif
@php $inc=0;@endphp
@foreach($summary_personality_traits as $value)
{{$competency_array[$value]}} |
@php $inc++; @endphp
@endforeach
@for($k=$inc;$k< 3;$k++)
-- |
@endfor
@php $summary_aptitude_inc=0;@endphp
@foreach($summary_aptitude as $value)
{{$aptitude_array[$value]}} |
@php $summary_aptitude_inc++; @endphp
@endforeach
@for($k=$summary_aptitude_inc;$k< 3;$k++)
-- |
@endfor
@foreach($personality_traits_header['personality_traits'] as $personality_header)
{{$personality_traits[$personality_header->behaviour_id][$personality_header->competency_id] ?? '--' }}
|
@endforeach
@php $personality_strength_inc=0; @endphp
@foreach($personality_traits_areas_of_strength as $value)
{{$competency_array[$value]}} |
@php $personality_strength_inc++; @endphp
@endforeach
@for($k=$personality_strength_inc;$k< $data['personality_strength_count'];$k++)
-- |
@endfor
@php $development_inc=0;@endphp
@foreach($personality_traits_areas_of_development as $value)
{{$competency_array[$value]}} |
@php $development_inc++; @endphp
@endforeach
@for($k=$development_inc;$k< $data['personality_development_count'];$k++)
-- |
@endfor
@foreach($skills['pool'] as $skill)
@if(isset($aptitude[$skill->qms_pool_id]))
{{ round($aptitude[$skill->qms_pool_id], 1)}}
@else
--
@endif
|
@endforeach
@php $aptitude_strength_inc=0;@endphp
@foreach($aptitude_areas_of_strength as $value)
{{str_replace('_CRA','',$aptitude_array[$value])}} |
@php $aptitude_strength_inc++; @endphp
@endforeach
@for($k=$aptitude_strength_inc;$k< $data['aptitude_strength_count'];$k++)
-- |
@endfor
@php $aptitude_development_inc=0; @endphp
@foreach($aptitude_areas_of_development as $value)
{{str_replace('_CRA','',$aptitude_array[$value])}} |
@php $aptitude_development_inc++; @endphp
@endforeach
@for($k=$aptitude_development_inc;$k< $data['aptitude_development_count'];$k++)
-- |
@endfor
@foreach( $beliefs_and_values_header['beliefs_and_values'] as $value_header)
@if(isset($belief_and_value[$value_header->id]))
{{$belief_and_value[$value_header->id]}}
@else
--
@endif
|
@endforeach
@endforeach