@foreach($this->collectionGroups as $group) @endforeach
@if(count($selectedCollections)) @endif
@foreach($this->collections as $collectionNode) @include('adminhub::partials.collections.collection-tree-node', [ 'node' => $collectionNode, ]) @endforeach