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

Trust.

Trust has been shown to be one of the most critical factors in building positive relationships in the workplace. Leaders who build deeper levels of trust with their team are more likely to benefit from greater levels of commitment and reduced intent to leave the {{__('organisation')}} from their team members. These trusting relationships foster greater levels of autonomy and empowerment in the workplace, driving home self-efficacy. Essentially trust is the most critical factor as it helps to build positive.

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

Manager

Peer

Direct
Report

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

Average of all raters

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

Additional Comments

Trust.

Self

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

{{$comment}}

@endforeach

Manager

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

{{$comment}}

@endforeach

Peer

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

{{$comment}}

@endforeach

Direct report

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

{{$comment}}

@endforeach

Stakeholders

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

{{$comment}}

@endforeach