@endif
@if ($item->type == 'group_start')
@if (!empty($item->data['groups_in_row']))
@php $limit = $item->data['groups_in_row']; @endphp
@endif
@endif
@if ($item->type == 'group_end')
@if ($count == $limit)
@php $count = 0; @endphp
@endif
@continue
@endif
@if ($item->type == 'title')