@foreach($basket as $one_item)
@php
$one_item->goodsItemId->parameter_price_data = $one_item->goodsItemId->getParameterForPrice($one_item->goods_parametr_value_id);
$goods_price_collect = getGoodsPrice($one_item->goodsItemId);
@endphp
@endif
@endforeach
{{ $one_item->goodsItemId->name ?? '' }}
@if($one_item->goods_parametr_value_id && $one_item->goods_parametr_value_name){{ $one_item->goodsParameterId->name ?? '' }}: {{ $one_item->goods_parametr_value_name }}
@endif
@if($one_item->gift_text)
{{ ShowLabelById(102, $lang_id) }}: {{ $one_item->gift_text }}
{{ getDefaultPriceFormat($goods_price_collect->price) }} {{ ShowLabelById(5, $lang_id) }}
{{ getDefaultPriceFormat($goods_price_collect->price * $one_item->items_count) }} {{ ShowLabelById(5, $lang_id) }}
{{ ShowLabelById(27, $lang_id) }}
{{ ShowLabelById(28, $lang_id) }}