@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
 ? asset('upfiles/goods-items/m/'. $goods_item[$one_item->id]->oImage->img) : asset('front-assets/img/no-image.png') }})
{{ $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) }}