@if(!count($allGroups))

You do not have any tiers or groups created.

@endif
@for($i = 1; $i <= $maximumDepth; $i++)
LV {{$i}}
{{$levels[$i]->level_name}}
@endfor
@include('head_office.my_organisation.horizontal-list',['groups' => $allGroups])