@foreach($basket as $one_item)
@php
$parent_alias= '';
$parent_alias = $goods_item[$one_item->id] ? $goods_item[$one_item->id]->getSubjectId->alias : '';
@endphp
@endif
@endforeach
{{ $one_item->goods_name ?? '' }}
@if($one_item->gift_text){{ $one_item->gift_text ?? '' }}
{{ getDefaultPriceFormat($goods_item[$one_item->id]->price) }} {{ ShowLabelById(5, $lang_id) }}
{{ getDefaultPriceFormat($goods_item[$one_item->id]->price * $one_item->items_count) }} {{ ShowLabelById(5, $lang_id) }}
{{ ShowLabelById(27, $lang_id) }}
{{ ShowLabelById(28, $lang_id) }}