@if ($offer['is_new'] = 1)
{{ __('messages.new') }}
@endif
@if ($offer['is_featured'] = 1)
{{ __('messages.featured') }}
@endif
@if($offer['price'] > $offer['discounted_price'])
-{{ getDiscountPercentage($offer['price'], $offer['discounted_price']) }}%
@endif
{{ $offer['name'] }}
{{ strip_tags($offer['description']) }}
@if(isset($offer['discounted_price']) && isset($offer['price']) && $offer['price'] > $offer['discounted_price'])
{{ number_format($offer['discounted_price'], 1) }}
{{ $offer['symbol'] }}
{{ number_format($offer['price'], 1) }}
{{ $offer['symbol'] }}
@elseif(isset($offer['discounted_price']))
{{ number_format($offer['discounted_price'], 1) }}
{{ $offer['symbol'] }}
@endif
{{ __('messages.offer_from') }}