@if(home_base_price($flash_deal_product->product_id) != home_discounted_base_price($flash_deal_product->product_id))
{{ home_base_price($flash_deal_product->product_id) }}
@endif
{{ home_discounted_base_price($flash_deal_product->product_id) }}
{{ renderStarRating($flash_deal_product->rating) }}
@if (\App\Addon::where('unique_identifier', 'club_point')->first() != null && \App\Addon::where('unique_identifier', 'club_point')->first()->activated)
{{ translate('Club Point') }}:
{{ $flash_deal_product->earn_point }}
@endif