@if($navItem['show'])
  • {{ $navItem['name'] }} @if(isset($navItem['sub_items']) && count($navItem['sub_items']) )
    @endif
  • @endif