@foreach($menu_item->childrenActive as $childCategory)
{{$childCategory->name}} @if($childCategory->relationLoaded('childrenActive') && $childCategory->childrenActive->isNotEmpty()) @endif
@if($childCategory->relationLoaded('childrenActive') && $childCategory->childrenActive->isNotEmpty())
    @foreach($childCategory->childrenActive as $thirdLevelCategory)
  • {{$thirdLevelCategory->name}}
  • @endforeach
@endif
@endforeach
@if($menu_item->relationLoaded('menuBanners') && $menu_item->menuBanners->isNotEmpty())
@foreach($menu_item->menuBanners as $category_banner)
{{$category_banner->name}} {{$category_banner->name}} {{ShowLabelById(13)}} arrow-right
@endforeach
@if($menu_item->menuBanners->count()>1) @endif
@endif