hasItems())
data-toggle="collapse" href="#{{ preg_replace('/\s+/', '',$item->getName()) }}"
@else
href="{{ $item->getUrl() }}"
@endif
@if($item->getNewTab())target="_blank"@endif
>
{{ $item->getName() }}
@foreach ($badges as $badge)
{!! clean($badge, array('Attr.EnableID' => true)) !!}
@endforeach
@if($item->hasItems())@endif
@foreach($appends as $append)
{!! clean($append, array('Attr.EnableID' => true)) !!}
@endforeach
@if(count($items) > 0)
@foreach($items as $item)
{!! clean($item, array('Attr.EnableID' => true)) !!}
@endforeach
@endif