@if(!empty($subscribe->price) and $subscribe->price > 0)
@if(!empty($subscribeSpecialOffer))
{{ handlePrice($subscribe->getPrice(), true, true, false, null, true) }}
{{ handlePrice($subscribe->price, true, true, false, null, true) }}
{{ trans('update.percent_off', ['percent' => $subscribeSpecialOffer->percent]) }}