Rate these aspects (1-5)
@php
$aspects = [
'fairness_score' => 'Fairness & Ethics',
'communication_score' => 'Communication',
'conditions_score' => 'Working Conditions',
'support_score' => 'Support & Development',
];
@endphp
@foreach($aspects as $field => $label)
@for($i = 1; $i <= 5; $i++)
{$field} ?? 0)) === $i ? 'checked' : '' }}>
@endfor
@error($field)
{{ $message }}
@enderror
@endforeach