@foreach (mainMenu() as $menu) @php $is_child = !empty($menu['child']); $is_home = $menu['link'] == '/'; @endphp @if ($is_home && $setting?->show_all_homepage == 1) @else
  • {{ $menu['label'] }} @if ($is_child) @endif
  • @endif @endforeach