AFFECTIVE TRAITS
{!! Qs::getPanelOptions() !!}
@csrf @method('PUT') @foreach($skills->where('skill_type', 'AF') as $af)
@endforeach
PSYCHOMOTOR SKILLS
{!! Qs::getPanelOptions() !!}
@csrf @method('PUT') @foreach($skills->where('skill_type', 'PS') as $ps)
@endforeach