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

Highest Rated Key Actions – Key Strengths

@foreach ($topKeyActions as $topKeyAction) @foreach ($topKeyAction as $cellIndex => $cell) @endforeach @endforeach
Key Action Capability Avg. Rating
@if (is_numeric($cell)) {{ number_format($cell, 1) }} @else {{ $cell }} @endif
@include('pdfs.reports.common-header')

Lowest Rated Key Actions – Areas for Development

@foreach ($bottomKeyActions as $bottomKeyAction) @foreach ($bottomKeyAction as $cellIndex => $cell) @endforeach @endforeach
Key Action Capability Avg. Rating
@if (is_numeric($cell)) {{ number_format($cell, 1) }} @else {{ $cell }} @endif