@php($pages = pages_by_location('footer-help')) @if(count($pages)) @foreach($pages as $page)
  • @if($page->childrenCached()->isNotEmpty()) @else {!! $page->getMeta('icon') !!} {{ $page->getTranslation()->title }} @endif
  • @endforeach @endif