@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') }}:
{{ __('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 @section('reviews')
{!!__('text.testimonials_author_t_1')!!}
{{__('text.testimonials_t_1')}}
{!!__('text.testimonials_author_t_2')!!}
{{__('text.testimonials_t_2')}}
{!!__('text.testimonials_author_t_3')!!}
{{__('text.testimonials_t_3')}}
{!!__('text.testimonials_author_t_4')!!}
{{__('text.testimonials_t_4')}}
{!!__('text.testimonials_author_t_5')!!}
{{__('text.testimonials_t_5')}}
{!!__('text.testimonials_author_t_6')!!}
{{__('text.testimonials_t_6')}}
{!!__('text.testimonials_author_t_7')!!}
{{__('text.testimonials_t_7')}}
{!!__('text.testimonials_author_t_8')!!}
{{__('text.testimonials_t_8')}}
{!!__('text.testimonials_author_t_9')!!}
{{__('text.testimonials_t_9')}}
{!!__('text.testimonials_author_t_10')!!}
{{__('text.testimonials_t_10')}}
{!!__('text.testimonials_author_t_11')!!}
{{__('text.testimonials_t_11')}}
{!!__('text.testimonials_author_t_12')!!}
{{__('text.testimonials_t_12')}}
@endsection