{{ translate('Top Selling Products From This Seller')}}
@forelse ($topSellingProductsBySeller as $topSellingProductBySeller)
@if(!empty($topSellingProductBySeller->discount)) {{$topSellingProductBySeller->discount}}% off @endif {{  translate($topSellingProductBySeller->name) }}

{{ $topSellingProductBySeller->name }}

{{ renderStarRating($topSellingProductBySeller->rating) }}
@if(! empty($topSellingProductBySeller->discount) && $topSellingProductBySeller->discount > 0 ) {{ home_base_price_new($topSellingProductBySeller->unit_price) }} @endif {{ home_discounted_base_price_new($topSellingProductBySeller) }}
@empty @endforelse