@extends($design . '.layouts.main')
@section('title', $page_properties->title)
@section('keywords', $page_properties->keyword)
@section('description', $page_properties->description)
@section('content')
{{ __('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
@else
@endif
{{ __('text.category_title') }}:
@foreach ($bestsellers as $bestseller)
@endforeach
@foreach ($menu as $category)
@foreach ($category['products'] as $item)
@endforeach
@endforeach
{{ __('text.sitemap_language_title') }}:
@foreach ($Language::GetAllLanuages() as $item)
@endforeach
@endsection