@foreach ($bottom_menus as $m) @if(!$m->parent()->exists()) @if($m->child()->exists()) @else
  • {{$m->getTitleAttribute()}}
  • @endif @endif @endforeach