@for ($i = 1; $i < 9; $i++)
@php
// Retrieve the highlight for the current iteration
$highlight = $webinar->highlights->firstWhere('order', $i);
@endphp
-
active ? 'checked' : '' }}
data-highlight-id="{{ $highlight ? $highlight->id : $i }}">
0/132 characters
{{-- --}}
@endfor