{{$cand->candidate_name}}

{{Date('Y-m-d')}}

Confidentiality Notice: This Leadership Fit and Readiness Report gives you deep insight into how a candidate profiles against the competencies you have selected for this particular role. It contains sensitive personal information, and should be kept in a secure location with minimal access. The report should be disposed of confidentiality once the results are no longer valid.
@php print_r($data->introduction); @endphp
Competency Framework

The behaviours/dimensions used in the assessment are derived from Company ABC’s Competency Framework. They were selected to provide a clear picture of a respondent’s capabilities within a company’s competency framework.

{{strtoupper($cand->company)}} KEY COMPETENCIES
@foreach($comps as $compData)
{{$compData->title}}
{{$compData->description}}
@endforeach
OVERALL COMPETENCY PROFILE

Competencies

Target Score

Overall Score

@foreach($comps as $compData)
{{$compData->title}}

@for($iCountStar = 1; $iCountStar <= $compData->totalStars; $iCountStar++) @endfor
@php $targetScore = $compData->totalStars @endphp @while($targetScore>0) @php $targetScore--; @endphp @endwhile

@for($iCountStar = 1; $iCountStar <= $compData->totalStars; $iCountStar++) @endfor
@php if (empty($getEvaluator)) { $average = 0; } else { if (isset($getEvaluator[$compData->type])) { foreach ($getEvaluator[$compData->type] as $key => $value) { $getEvaluator[$compData->type][$key] = (($value == 0)?$value:$compData->totalStars); } $average = array_sum($getEvaluator[$compData->type])/count($getEvaluator[$compData->type]); } else { $average = 0; } } @endphp @while($average>0) @if($average >0.5) @else @endif @php $average--; @endphp @endwhile

Evaluators:
@foreach($getEvaluators as $evalData) {{$evalData->lname.', '.$evalData->fname}} @endforeach
@endforeach
@if($print) @endif