{{__('text.common_customers')}}
@foreach ($bestsellers as $product)
@if ($product['id'] != 616 && $product['discount'] != 0)
-{{ $product['discount'] }}%
@endif
@if ($product['id'] == 616)
@else
@endif
{{--
--}}
@endforeach
{{ $Currency::convert($product['price'], false, true) }}
{{__('text.common_add_to_cart_text_d2')}}