@if(isset($bestSellerProduct->category)){{ $bestSellerProduct->category->name }} @else {{ "Unknown" }} @endif
{{$bestSellerProduct->name}}
৳ @if(!empty($bestSellerProduct->retail_price_after_discount)) {{ $bestSellerProduct->retail_price }} {{ $bestSellerProduct->retail_price_after_discount }} @else {{ $bestSellerProduct->retail_price }} @endif
@php
$avgProductRating=\App\SiteCommonHelper::getProductAvgRating($bestSellerProduct->id);
$rating=\App\SiteCommonHelper::getProductReviewCount(floor($avgProductRating * 2) / 2);
@endphp
{!! $rating!!}
@endif
@endif
@endif
@endif
@endif