• {{ $title }} @if(!empty($items))
    @foreach($items as $item) {{ $item['title'] }} @if(($showLogo ?? true) && !empty($item['logo']))
    @endif
    @endforeach
    @endif