@php $sitemapCats = $sitemapProductCategories ?? []; $productCatFirst = $sitemapCats[0] ?? null; $productCatsRest = array_slice($sitemapCats, 1); @endphp
@lang('frontend::text.main_menu')
@lang('frontend::text.service_and_content')
@lang('frontend::text.contact_and_policy')
@lang('frontend::text.buy_products')
{{ $productCatFirst['name'] }}
{{ $category['name'] }}
@endforeach