{{\App\CPU\translate('top_selling_products')}}

@if($top_sell) @foreach($top_sell as $key=>$item) @if(isset($item->product))
{{$item->product->name}} image
{{substr($item->product['name'],0,20)}} {{strlen($item->product['name'])>20?'...':''}}
{{\App\CPU\translate('sold')}} :
{{$item['count']}}
@endif @endforeach @else

{{\App\CPU\translate('No_Top_Selling_Products')}}

@endif