@switch($menu->static_type) @case('products') @if($productcats->count())
  • {{ $menu->title }}
  • @endif @break @case('posts') @if($postcats->count()) @endif @break @endswitch