@php($decimalPointSettings = !empty(getWebConfig(name: 'decimal_point_settings')) ? getWebConfig(name: 'decimal_point_settings') : 0)
{{ translate('best_sellings')}}
{{ translate('view_all')}}
@foreach($bestSellProduct as $key=> $bestSellItem) @if($bestSellItem && $key<6)
@include('web-views.partials._feature-product',['product'=>$bestSellItem, 'decimal_point_settings'=>$decimalPointSettings])
@endif {{-- @if($bestSellItem && $key<6)--}} {{-- --}} {{-- @endif--}} @endforeach