{{-- Loading Spinner --}}
{{-- Actual Content (hidden while loading) --}}
@if(is_array($menuCategoryNavigationDetails))
@php $cnt = 0; @endphp
@foreach($menuCategoryNavigationDetails as $menuCategory)
@if(!$onePageMenu)
@else
@endif
@php $cnt++; @endphp
@endforeach
@endif