@if(!empty($basket) && count($basket))
@else
@endif
{{ ShowLabelById(19) }}
{{ ShowLabelById(20) }}
{{ ShowLabelById(21) }}
{{ ShowLabelById(22) }}
@foreach($basket as $one_basket_item)
@php
$parent_alias= '';
$parent_alias = $goods_item[$one_basket_item->id] ? $goods_item[$one_basket_item->id]->getSubjectId->alias : '';
@endphp
@endforeach
{{ ShowLabelById(20) }}
{{ getDefaultPriceFormat($goods_item[$one_basket_item->id]->price) }} {{ ShowLabelById(23) }}
{{ ShowLabelById(21) }}
x{{ $one_basket_item->items_count ?? '' }}
{{ ShowLabelById(22) }}
{{ getDefaultPriceFormat($goods_item[$one_basket_item->id]->price * $one_basket_item->items_count) }}
{{ ShowLabelById(23) }}
{{ ShowLabelById(24) }}: {{ getDefaultPriceFormat($sub_total_price) ?? '' }}
{{ ShowLabelById(23) }}