@foreach ($links as $link)
@php
$href = getHref($link);
@endphp
@if (strpos($link["type"], '-megamenu') !== false)
@includeIf('front.default.partials.mega-menu')
{{-- if the link is not services OR theme version doesn't have service category --}}
@else
@if (!array_key_exists("children",$link))
{{--- Level1 links which doesn't have dropdown menus ---}}