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