{{ __('adminhub::global.deleting') }}
$errors->first('group.name'), 'hover:border-gray-400' => !$errors->first('group.name'), ]) /> {{ $errors->first('group.name') }}
{{ __('adminhub::catalogue.collections.groups.add_collection_btn') }}
{{ __('adminhub::catalogue.collections.groups.delete.strapline') }}
{{ __('adminhub::catalogue.collections.groups.delete.warning') }}
{{ __('adminhub::global.cancel') }} {{ __('adminhub::catalogue.collections.groups.delete.btn') }}
@if ($this->collectionParent) {{ __('adminhub::catalogue.collections.create.child.title', [ 'parent' => $this->collectionParent->translateAttribute('name'), ]) }} @else {{ __('adminhub::catalogue.collections.create.root.title') }} @endif
@if ($this->slugIsRequired) @endif
{{ __('adminhub::global.cancel') }} {{ __('adminhub::catalogue.collections.create.btn') }}
{{ __('adminhub::catalogue.collections.groups.move.title') }}
@if ($showCollectionSearchResults)
@foreach ($this->searchedCollections as $collection) @endforeach
@endif
@if ($this->sourceCollection && $this->targetCollection)
{{ __('adminhub::catalogue.collections.groups.move.alert', [ 'source' => $this->sourceCollection->translateAttribute('name'), 'target' => $this->targetCollection->translateAttribute('name'), ]) }}
@endif
{{ __('adminhub::catalogue.collections.groups.move.btn') }}
@if ($this->collectionToRemove) {{ __('adminhub::catalogue.collections.delete.title') }} @if ($childCount = $this->collectionToRemove->children->count()) {{ __('adminhub::catalogue.collections.delete.child.warning', [ 'count' => $childCount, ]) }} @else

{{ __('adminhub::catalogue.collections.delete.root.warning') }}

@endif
{{ __('adminhub::global.cancel') }} {{ __('adminhub::catalogue.collections.delete.btn') }}
@endif
@livewire( 'hub.components.collections.collection-tree', [ 'nodes' => $tree, 'sortGroup' => 'root', 'owner' => $group, ], key('tree-root'), )