@php $containers = $getChildComponentContainers(); $addAction = $getAction($getAddActionName()); $cloneAction = $getAction($getCloneActionName()); $deleteAction = $getAction($getDeleteActionName()); $moveDownAction = $getAction($getMoveDownActionName()); $moveUpAction = $getAction($getMoveUpActionName()); $reorderAction = $getAction($getReorderActionName()); $isAddable = $isAddable(); $isCloneable = $isCloneable(); $isCollapsible = $isCollapsible(); $isDeletable = $isDeletable(); $isReorderableWithButtons = $isReorderableWithButtons(); $isReorderableWithDragAndDrop = $isReorderableWithDragAndDrop(); $statePath = $getStatePath(); @endphp
merge($getExtraAttributes(), escape: false) ->class(['fi-fo-repeater grid gap-y-4']) }} > @if ((count($containers) > 1) && $isCollapsible)
{{ $getAction('collapseAll') }} {{ $getAction('expandAll') }}
@endif @if (count($containers)) @endif @if ($isAddable)
{{ $addAction }}
@endif