@if( $product->discount > 0 )
{{ home_base_price_new($product->unit_price) }}
@endif
{{ home_discounted_base_price_new($product) }}
{{ 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--}}