@if($node->children->count()) @if(in_array($node->id, $selectedCollections))
This will apply to all children and descendants of this collection.
@else
@foreach($node->children as $childNode) @include('adminhub::partials.collections.collection-tree-node', [ 'node' => $childNode ]) @endforeach
@endif @endif