@include('pdfs.reports.common-header')
Highest Rated Key Actions – Key Strengths
Key Action
Capability
Avg. Rating
@foreach ($topKeyActions as $topKeyAction)
@foreach ($topKeyAction as $cellIndex => $cell)
@if (is_numeric($cell)) {{ number_format($cell, 1) }} @else {{ $cell }} @endif
@endforeach
@endforeach
@include('pdfs.reports.common-header')
Lowest Rated Key Actions – Areas for Development
Key Action
Capability
Avg. Rating
@foreach ($bottomKeyActions as $bottomKeyAction)
@foreach ($bottomKeyAction as $cellIndex => $cell)
@if (is_numeric($cell)) {{ number_format($cell, 1) }} @else {{ $cell }} @endif
@endforeach
@endforeach