@foreach($pages as $page)
  • @if(!empty(optional($parent)->getTranslation()->content))
    {!! $parent->getMeta('icon') !!}
    {{ $parent->getTranslation()->title }}
    @php($parent = null) @endif @if($page->childrenCached()->isNotEmpty()) @else
    {!! $page->getMeta('icon') !!}
    {{ $page->getTranslation()->title }}
    @endif
  • @endforeach