@extends($design . '.layouts.main') @section('title', $page_properties->title) @section('keywords', $page_properties->keyword) @section('description', $page_properties->description) @section('title_2', __('text.main_best_selling_title')) @section('content')

Some title for seo

1 000 000

{{__('text.common_customers')}}

{{__('text.common_save')}}

{{__('text.common_discount')}}

{{__('text.common_delivery')}}

{{__('text.common_receive')}}

{{__('text.common_prescription')}}

{{__('text.common_restrictions')}}

{{__('text.common_moneyback')}}

{{__('text.common_refund')}}

Our parners

{{__('text.main_best_selling_title')}}

@foreach ($bestsellers as $product) @if ($loop->iteration == 2)
@endif
@if ($product['id'] != 616 && $product['discount'] != 0) -{{ $product['discount'] }}% @endif @if ($product['id'] == 616) {{ $product['image'] }} @else {{ $product['alt'] }} @endif {{-- {{ $product['name'] }} --}}

{{ $product['name'] }}

@foreach ($product['aktiv'] as $aktiv) {{ $aktiv['name'] }} @endforeach

{{ $Currency::convert($product['price'], false, true) }}
@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