@extends($design . '.layouts.main') @section('title', $page_properties->title) @section('keywords', $page_properties->keyword) @section('description', $page_properties->description) @section('content') {{__('text.menu_title_sitemap')}} {{ __('text.sitemap_site_info') }}: @if (in_array(session('aff'), [1799, 1947, 1952, 1957]) || in_array(env('APP_AFF'), [1799, 1947, 1952, 1957])) @php $domainWithoutZone = preg_replace('/\.[^.]+$/', '', request()->getHost()); @endphp {{ __('text.common_about_us_main_menu_item') }} {{ __('text.common_help_main_menu_item') }} {{ __('text.common_testimonials_main_menu_item') }} {{ __('text.common_shipping_main_menu_item') }} {{ __('text.common_moneyback_main_menu_item') }} {{ __('text.common_contact_us_main_menu_item') }} @else {{ __('text.common_about_us_main_menu_item') }} {{ __('text.common_help_main_menu_item') }} {{ __('text.common_testimonials_main_menu_item') }} {{ __('text.common_shipping_main_menu_item') }} {{ __('text.common_moneyback_main_menu_item') }} {{ __('text.common_contact_us_main_menu_item') }} @endif {{ __('text.category_title') }}: {{ __('text.common_best_selling_title') }} @foreach ($bestsellers as $bestseller) {{ $bestseller['name'] }} @endforeach @foreach ($menu as $category) {{ $category['name'] }} @foreach ($category['products'] as $item) {{ $item['name'] }} @endforeach @endforeach {{ __('text.sitemap_language_title') }}: @foreach ($Language::GetAllLanuages() as $item) {{ $item['name'] }} @endforeach @section('testimonial')