@if ($title = Arr::get($config, 'name'))

{!! BaseHelper::clean($title) !!}

@endif
    @foreach($items as $item) @if (($label = $item->label) && ($url = $item->url))
  • attributes ? BaseHelper::clean($item->attributes) : null !!} > {!! BaseHelper::clean($label) !!}
  • @endif @endforeach