@if($goods_item->price_old > 0 && $goods_item->price_old > $goods_item->price)
{{ getDefaultPriceFormat($goods_item->price_old) }} {{ ShowLabelById(10) }}
-{{ $goods_item->discount }}%
{{ ShowLabelById(150) }}: {{ getDefaultPriceFormat($goods_item->price_old - $goods_item->price) }} {{ ShowLabelById(10) }}
@endif
{{ getDefaultPriceFormat($goods_item->price) }} {{ ShowLabelById(10) }}