{{  $product->getTranslation('name')  }}
@if(home_base_price($product) != home_discounted_base_price($product)) {{ home_base_price($product) }} @endif {{ home_discounted_base_price($product) }}
{{ renderStarRating($product->rating) }}

{{ $product->getTranslation('name') }}

@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