@foreach($order->goods_items as $goods_item)
{{$goods_item->goods_price_format}}
@if($goods_item->discount_price)
({{$goods_item->discount_price_format}})
@endif
x{{$goods_item->basket_count}}
{{$goods_item->total_basket_price}} {{ShowLabelById(59)}}