@if($top_customer)
@foreach($top_customer as $key=>$item)
@if(isset($item->customer))
{{$item->customer['f_name']??translate('not_exist')}}
{{translate('orders')}} :
{{$item['count']}}
@endif
@endforeach
@else
{{translate('no_Top_Selling_Products')}}
@endif