@foreach ($groups as $group => $options)
1) data-toggle="collapse" data-target="#{{ $group }}" @endif {{ ($options['active'] ?? false) ? 'aria-expanded="true"' : '' }} >
{{ clean($options['title']) }}
@endforeach
{{ $contents }}