@if(!empty($basket) && count($basket))

{{ ShowLabelById(213, $lang_id) }}

{{ ShowLabelById(46, $lang_id) }}

{{ ShowLabelById(100, $lang_id) }}

{{ ShowLabelById(101, $lang_id) }}

@foreach($basket as $one_basket) @if($one_basket->goodsItemId) @php //For Google Ecommerce GA4 $goods_object = [ 'item_name' => $one_basket->goodsItem->name, 'item_id' => $one_basket->goodsItemId->one_c_code, 'item_category' => IfHasName($one_basket->goodsItemId->goods_subject_id, $lang_id, 'goods_subject') ? IfHasName($one_basket->goodsItemId->goods_subject_id, $lang_id, 'goods_subject') : '', 'item_brand' => $lang_id == 2 ? @$one_basket->goodsItemId->getBannerId->name_ro : @$one_basket->goodsItemId->getBannerId->name, 'currency' => "MDL", 'price' => getDefaultPriceFormat($one_basket->goodsItemId->price), 'quantity' => 1, ]; @endphp

{{ ShowLabelById(46, $lang_id) }}

{{ getDefaultPriceFormat($one_basket->goodsItemId->price) }} {{ ShowLabelById(6, $lang_id) }}

{{ ShowLabelById(57, $lang_id) }}

{{ ShowLabelById(58, $lang_id) }}

{{ getDefaultPriceFormat($one_basket->items_count * $one_basket->goodsItemId->price) }} {!! ShowLabelById(6, $lang_id) !!}

@endif @endforeach

{{ ShowLabelById(58, $lang_id) }}

{{ getDefaultPriceFormat($total_price) }} {{ ShowLabelById(6, $lang_id) }}

{{-- {{ $total_price >= env('CREDIT_PRICE') ? 'style=opacity:1;visibility:visible' : 'style=opacity:0;visibility:hidden' }}--}}
= env('CREDIT_PRICE') ? '' : 'style=display:none' }}> {{ ShowLabelById(155, $lang_id) }}
@if(!empty($cart_delivery_info) && count($cart_delivery_info))
@foreach($cart_delivery_info as $key => $one_cart_item) @if($key == 0)

! {{ $one_cart_item->name or '' }}

{!! $one_cart_item->body or '' !!}
@else
{{--

! {{ $one_cart_item->name or '' }}

--}}
{!! $one_cart_item->body or '' !!}
@endif @endforeach
@endif
@else
Empty basket

{{ ShowLabelById(127, $lang_id) }}

@endif