@if($print==1) {{$id}} @endif @include('pages.pdf.styles')

Evaluator: {{$evaluator->lname.', '.$evaluator->fname}}

Candidate: {{$cand->candidate_name}}




@foreach($compData as $comp) {{-- @if(in_array($comp->type, $resEvalComps)) --}}

{{$comp->title}}

{{$comp->description}}

@php $compDataValHead = ((isset($comp->dataHead))?$comp->dataHead:''); $compDataValFooter = ((isset($comp->dataFooter))?$comp->dataFooter:''); $compEvalDataHead = ((isset($comp->evalDataHead))?$comp->evalDataHead:''); $compEvalDataFooter = ((isset($comp->evalDataFooter))?$comp->evalDataFooter:''); if ($compDataValHead != '') { $jsDec = json_decode($compDataValHead, true); if ($compEvalDataHead != '') { $evalDataHead = json_decode($compEvalDataHead, true); } print '
'; switch ($comp->totalColumns) { case '1': $col = 'col-md-12'; $style = ''; break; case '2': $col = 'col-md-6'; $style = ''; break; case '3': $col = 'col-md-4'; $style = ''; break; case '4': $col = 'col-md-3'; $style = ''; break; case '5': $col = ''; $style = 'width:20%;padding-right: 12.5px;position:relative'; break; } $arKeys = array_keys($jsDec); for ($i=0; $i < $comp->totalColumns; $i++) { $headData = isset($evalDataHead[$i])?$evalDataHead[$i]:''; $jsDecKey = isset($arKeys[$i])?$arKeys[$i]:''; $headDataVal = isset($headData['head'])?$headData['head']:''; print '
'; } print '
'; $ct = $comp->totalColumn-1; for ($i=0; $i < $comp->totalColumns; $i++) { $headDataSub = isset($evalDataHead[$i])?$evalDataHead[$i]:''; $headDataSubVal = isset($headDataSub['sub'])?$headDataSub['sub']:''; if ($ct != $i) { print '
'; } else { print '
'; } $jsDecSub = isset($arKeys[$i])?true:false; if ($jsDecSub) { $ii = 0; foreach ($jsDec[$arKeys[$i]] as $key => $value) { $subData = isset($headDataSubVal[$ii])?$headDataSubVal[$ii]:''; print '
'; $ii++; } } print '
'; } print '
'; } if ($compDataValFooter != '') { $jsDecFoot = json_decode($compDataValFooter, true); if ($compEvalDataFooter != '') { $evalDataFooter = json_decode($compEvalDataFooter, true); } print ''; } @endphp
{{-- @endif --}} @endforeach
@if($data->assestmentHeader != '')

{{$data->assestmentHeader}}

What did they share as their career goals? How have they acknowledged their strenghts and areas for development?

{{$evaluator->assestmentData}}

@endif