@php $rootGroups = $optionGroups->whereNull('parent_group_id'); @endphp @if ($rootGroups->isNotEmpty()) @foreach ($rootGroups as $group) @php $fieldName = 'listing_options['.$group->key.']'; $selectedValue = $selectedOptions[$group->key] ?? ''; $childGroup = $optionGroups->firstWhere('parent_group_id', $group->id); @endphp