@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
@section('testimonial')
{!!__('text.testimonials_author_t_1')!!}
{{__('text.testimonials_t_1')}}
{!!__('text.testimonials_author_t_7')!!}
{{__('text.testimonials_t_7')}}
{!!__('text.testimonials_author_t_13')!!}
{{__('text.testimonials_t_13')}}
{!!__('text.testimonials_author_t_17')!!}
{{__('text.testimonials_t_17')}}
@endsection @endsection