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