@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(); $isDeletable = $isDeletable(); $isReorderableWithButtons = $isReorderableWithButtons(); $isReorderableWithDragAndDrop = $isReorderableWithDragAndDrop(); $statePath = $getStatePath(); @endphp
merge($getExtraAttributes(), escape: false) ->class(['fi-fo-simple-repeater grid gap-y-4']) }} > @if (count($containers)) @endif @if ($isAddable)
{{ $addAction }}
@endif