• {{ $title }} @if(!empty($items))
    @foreach($items as $index=>$item) {{ $item['title'] }} @if(!empty($item['logo']))
    @endif
    @endforeach
    @endif