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

Builds Capability and Accountability.

Building capability of employees and driving accountability is a key role of effective leadership. Leaders who coach and mentor their staff are more likely to reduce the impact of stress and enhance productivity and levels of wellbeing. They empower their employees, driving greater autonomy through skill development while providing opportunity for change, all of which are shown to have a consistently positive impact on wellbeing.

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

Manager

Peer

Direct
Report

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

Average of all raters

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

Additional Comments

Builds Capability and Accountability.

Self

@foreach($data360['BUILDS_CAPABILITY_AND_ACCOUNTABILITY']['additionalComments']['subject'] as $index => $comment)

{{$comment}}

@endforeach

Manager

@foreach($data360['BUILDS_CAPABILITY_AND_ACCOUNTABILITY']['additionalComments']['managers'] as $index => $comment)

{{$comment}}

@endforeach

Peer

@foreach($data360['BUILDS_CAPABILITY_AND_ACCOUNTABILITY']['additionalComments']['peer'] as $index => $comment)

{{$comment}}

@endforeach

Direct report

@foreach($data360['BUILDS_CAPABILITY_AND_ACCOUNTABILITY']['additionalComments']['report'] as $index => $comment)

{{$comment}}

@endforeach

Stakeholders

@foreach($data360['BUILDS_CAPABILITY_AND_ACCOUNTABILITY']['additionalComments']['stakeholder'] as $index => $comment)

{{$comment}}

@endforeach