@php use Filament\Forms\Components\Actions\Action; $containers = $getChildComponentContainers(); $blockPickerBlocks = $getBlockPickerBlocks(); $blockPickerColumns = $getBlockPickerColumns(); $blockPickerWidth = $getBlockPickerWidth(); $addAction = $getAction($getAddActionName()); $addBetweenAction = $getAction($getAddBetweenActionName()); $cloneAction = $getAction($getCloneActionName()); $collapseAllAction = $getAction($getCollapseAllActionName()); $expandAllAction = $getAction($getExpandAllActionName()); $deleteAction = $getAction($getDeleteActionName()); $moveDownAction = $getAction($getMoveDownActionName()); $moveUpAction = $getAction($getMoveUpActionName()); $reorderAction = $getAction($getReorderActionName()); $extraItemActions = $getExtraItemActions(); $isAddable = $isAddable(); $isCloneable = $isCloneable(); $isCollapsible = $isCollapsible(); $isDeletable = $isDeletable(); $isReorderableWithButtons = $isReorderableWithButtons(); $isReorderableWithDragAndDrop = $isReorderableWithDragAndDrop(); $statePath = $getStatePath(); @endphp
merge($getExtraAttributes(), escape: false) ->class(['fi-fo-builder grid gap-y-4']) }} > @if ($isCollapsible && ($collapseAllAction->isVisible() || $expandAllAction->isVisible()))
count($containers) < 2, ]) > @if ($collapseAllAction->isVisible()) {{ $collapseAllAction }} @endif @if ($expandAllAction->isVisible()) {{ $expandAllAction }} @endif
@endif @if (count($containers)) @endif @if ($isAddable) {{ $addAction }} @endif