@props([ 'groupKey' => null, 'depth' => 0, 'node' => [], ]) @php $key = $node['id'] ?? null; $label = $node['label'] ?? $key; $children = $node['children'] ?? []; $hasChildren = count($children) > 0; @endphp