@foreach($question->options as $index => $option)
{{ $index + 1 }}
{{ $option->option }}
@foreach($option->categoryOptions as $categoryOption)
{{ $categoryOption->score }} {{ __('admin.points') }} - {{ $categoryOption->category->name }}
{{-- 2 categories and break line--}}
@if($loop->iteration % 2 == 0)
@endif
@endforeach
{{--
--}}
@endforeach