{{--KEYS TO RATING--}}

KEY
5 - Excellent
4 - Very Good
3 - Good
2 - Fair
1 - Poor
@foreach ($skills->where('skill_type', 'AF') as $af) @endforeach
AFFECTIVE TRAITS RATING
{{ $af->name }} {{ $exr->af ? explode(',', $exr->af)[$loop->index] : '' }}
@foreach ($skills->where('skill_type', 'PS') as $ps) @endforeach
PSYCHOMOTOR RATING
{{ $ps->name }} {{ $exr->ps ? explode(',', $exr->ps)[$loop->index] : '' }}