@if(!empty($product->discount))
{{$product->discount}}% off
@endif
@if(home_price($product->id) != home_discounted_price($product->id))
{{ home_base_price($product->id) }}
{{ home_discounted_base_price($product->id) }}
@else
{{ home_discounted_base_price($product->id) }}
@endif
{{ renderStarRating($product->rating) }}
@if (\App\Addon::where('unique_identifier', 'club_point')->first() != null && \App\Addon::where('unique_identifier', 'club_point')->first()->activated)
{{ translate('Club Point') }}:
{{ $product->earn_point }}
@endif