{{ trans('core/acl::permissions.all') }}
@foreach ($children['root'] as $elementKey => $element)
{{ $flags[$element]['name'] }}
@if (isset($children[$element]))
@foreach($children[$element] as $subKey => $subElements)
{{ $flags[$subElements]['name'] }}
@if (isset($children[$subElements]))
@foreach ($children[$subElements] as $subSubKey => $subSubElements)
{{ $flags[$subSubElements]['name'] }}
@if (isset($children[$subSubElements]))
@foreach($children[$subSubElements] as $grandChildrenKey => $grandChildrenElements)
{{ $flags[$grandChildrenElements]['name'] }}
@if (isset($children[$grandChildrenElements]))
@foreach ($children[$grandChildrenElements] as $grandChildrenKeySub => $greatGrandChildrenElements)
{{ $flags[$grandChildrenElements]['name'] }}
@endforeach
@endif
@endforeach
@endif
@endforeach
@endif
@endforeach
@endif
@endforeach