merge([
'id' => $getId(),
], escape: false)
->merge($getExtraAttributes(), escape: false)
->class([
'fi-in-repeatable',
'fi-contained' => $isContained,
])
}}
>
@if (count($childComponentContainers = $getChildComponentContainers()))
@foreach ($childComponentContainers as $container)
- $isContained,
])
>
{{ $container }}
@endforeach
@elseif (($placeholder = $getPlaceholder()) !== null)
{{ $placeholder }}
@endif