@foreach($items as $item) @php if(is_null($item)) continue; @endphp @if(isset($item['href'])) @if(isset($item['icon']))@endif{{ $item['label'] ?? '' }} @else @lang($item['label']) @endif @if(!$loop->last) » @endif @endforeach

@foreach($items as $item) @if(isset($item['mobile'])) @if(isset($item['href'])) @else @lang($item['label']) @endif @endif @endforeach