@foreach ($data as $orga)
  • @if (!empty($orga['children'])) @endif
    @if (!empty($orga['children'])) @include('components.expandable_checkboxes_tree', ['data' => $orga['children'], 'expanded' => $expanded ?? '', 'treeId' => $treeId ?? 'organisation_tree', 'treeItemName' => $treeItemName ?? 'orga'] ) @endif
  • @endforeach