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

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

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

{{ $product['name'] }}

@foreach ($product['aktiv'] as $aktiv) {{ $aktiv['name'] }} @endforeach {{ $Currency::convert($product['price'], false, true) }}
@endforeach
@endsection @section('promo_bonus')
{{Str::ucfirst(__('text.common_banner1_text1'))}} {{Str::ucfirst(__('text.common_banner1_text2'))}}
{{__('text.common_banner1_text3')}} {{__('text.common_banner1_text4')}}
Promo
{{__('text.common_banner2_text1')}} {!!__('text.common_banner2_text2')!!}
{{__('text.common_banner2_text3')}} {{__('text.common_banner2_text4')}}
Promo
@endsection @section('rewies') @endsection