@foreach($menu_main->roots() as $item)
  • attributes() !!} @if($item->hasChildren())class ="dropdown"@endif> @if($item->link) data('class')) class="{{$item->data('class')}}" @endif @if($item->data('style')) style="{{$item->data('style')}}" @endif @if($item->hasChildren()) class="dropdown-toggle" data-toggle="dropdown" @endif href="{{ $item->url() }}"> {{ $item->title }} @if($item->hasChildren()) @endif @else {{$item->title}} @endif @if($item->hasChildren()) @endif
  • @if($item->divider) divider)}}> @endif @endforeach