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