@if ($item->isDivider())
@elseif ($item->isHeader())
{{ $item->title }}
@else
getAttributes() !!}> {!! $item->getIcon() !!} {{ $item->title }}
@endif