@include('pdfs.reports.common-header')

Purpose and Direction.

An important role of leaders is to incorporate a clear purpose and direction. Leaders who generate greater opportunity for capability development are inadvertently enhancing the levels of wellbeing and productivity in their teams. By providing a strong sense of direction and a vision for the future they enhance the meaningfulness of a team's work, directly impacting on engagement outcomes and overall performance.

@php $chartIndex = 0; @endphp @foreach($data360['PURPOSE_AND_DIRECTION']['data']['labels'] as $index => $labels) @php $chartIndex++; @endphp @endforeach
YOUR ASSESSMENT

Manager

Peer

Direct
Report

Stakeholder
{{$labels}}
Strongly
Disagree
@if(isset($charts['PURPOSE_AND_DIRECTION'][$chartIndex])) Image @endif Strongly
Agree
@php $score = $data360['PURPOSE_AND_DIRECTION']['data']['managers'][$index]; $totalAverage = $data360['PURPOSE_AND_DIRECTION']['data']['total'][$index]; $bgClass = 'dark_gray'; // Default class if ($score > $totalAverage) { $bgClass = 'light_green'; } if ($score < $totalAverage) { $bgClass = 'orange'; } if($score === null){ $bgClass = ''; } @endphp
{{ $score === null ? 'N/A' : $data360['PURPOSE_AND_DIRECTION']['data']['managers'][$index] }}
@php $score = $data360['PURPOSE_AND_DIRECTION']['data']['peer'][$index]; $totalAverage = $data360['PURPOSE_AND_DIRECTION']['data']['total'][$index]; $bgClass = 'dark_gray'; // Default class if ($score > $totalAverage) { $bgClass = 'light_green'; } if ($score < $totalAverage) { $bgClass = 'orange'; } if($score === null){ $bgClass = ''; } @endphp
{{ $score === null ? 'N/A' : $data360['PURPOSE_AND_DIRECTION']['data']['peer'][$index] }}
@php $score = $data360['PURPOSE_AND_DIRECTION']['data']['report'][$index]; $totalAverage = $data360['PURPOSE_AND_DIRECTION']['data']['total'][$index]; $bgClass = 'dark_gray'; // Default class if ($score > $totalAverage) { $bgClass = 'light_green'; } if ($score < $totalAverage) { $bgClass = 'orange'; } if($score === null){ $bgClass = ''; } @endphp
{{ $score === null ? 'N/A' : $data360['PURPOSE_AND_DIRECTION']['data']['report'][$index] }}
@php $score = $data360['PURPOSE_AND_DIRECTION']['data']['stakeholder'][$index]; $totalAverage = $data360['PURPOSE_AND_DIRECTION']['data']['total'][$index]; $bgClass = 'dark_gray'; // Default class if ($score > $totalAverage) { $bgClass = 'light_green'; } if ($score < $totalAverage) { $bgClass = 'orange'; } if($score === null){ $bgClass = ''; } @endphp
{{ $score === null ? 'N/A' : $data360['PURPOSE_AND_DIRECTION']['data']['stakeholder'][$index] }}

Average of all raters

Below Average Above Average
@include('pdfs.reports.common-header')

Additional Comments

Purpose and direction.