@include('shared.alerts')
{{ __('Edit evaluation') }}
@method('PUT') @csrf @foreach ($evaluations as $evaluation)

{{ $evaluation->number ? $evaluation->number . ' - ' : null }} {{ $evaluation->name }}

@foreach ($evaluation->skills as $skill)
{{ $skill->name }}
id . '.score', $moduleSkills->firstWhere('id', $skill->id) ? $moduleSkills->firstWhere('id', $skill->id)->pivot->score : 0) == '1' ? 'checked' : '' }}> id . '.score', $moduleSkills->firstWhere('id', $skill->id) ? $moduleSkills->firstWhere('id', $skill->id)->pivot->score : 0) == '2' ? 'checked' : '' }}> id . '.score', $moduleSkills->firstWhere('id', $skill->id) ? $moduleSkills->firstWhere('id', $skill->id)->pivot->score : 0) == '3' ? 'checked' : '' }}> id . '.score', $moduleSkills->firstWhere('id', $skill->id) ? $moduleSkills->firstWhere('id', $skill->id)->pivot->score : 0) == '4' ? 'checked' : '' }}> id . '.score', $moduleSkills->firstWhere('id', $skill->id) ? $moduleSkills->firstWhere('id', $skill->id)->pivot->score : 0) == '5' ? 'checked' : '' }}> id . '.score', $moduleSkills->firstWhere('id', $skill->id) ? $moduleSkills->firstWhere('id', $skill->id)->pivot->score : 0) == '6' ? 'checked' : '' }}>
@endforeach
@endforeach