@if ((count($containers) > 1) && $isCollapsible)
{{ __('forms::components.repeater.buttons.collapse_all.label') }}
{{ __('forms::components.repeater.buttons.expand_all.label') }}
@endif
merge($getExtraAttributes())
->class([
'filament-forms-repeater-component space-y-6 rounded-xl',
'bg-gray-50 p-6' => $isInset(),
'dark:bg-gray-500/10' => $isInset() && config('forms.dark_mode'),
])
}}
>
@if (count($containers))
@foreach ($containers as $uuid => $item)
- config('forms.dark_mode'),
])
>
@if ((! $isItemMovementDisabled) || (! $isItemDeletionDisabled) || $isCloneable || $isCollapsible || $hasItemLabels)
@endif
{{ $item }}
{{ __('forms::components.repeater.collapsed') }}
@endforeach
@endif
@if (! $isItemCreationDisabled)
{{ $getCreateItemButtonLabel() }}
@endif