@foreach($nodes as $node) @php $data = $node['data']; $children = $node['children']; @endphp
  • @if (!empty($children)) @include('components.typeorga_tree', ['nodes' => $children]) @endif
  • @endforeach