@php use Illuminate\Support\Facades\Request; @endphp @if(isset($mainmenu) && isset($menu)) @php $topmenu = $menu->where('id', $mainmenu)->first(); @endphp
@if($topmenu->children && $topmenu->children->count()) @if($topmenu->hasLinkInSubmenu()) @endif @endif
@endif