@extends('front.front-app') @section('meta-tags') @include('front.meta-tags.for-other-pages') @stop @include('front.header') @section('container')
@if(!empty($basket) && count($basket))
@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
{{ $one_item->goodsItemId->name ?? '' }}

{{ $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 }}

@endif
{{ getDefaultPriceFormat($goods_price_collect->price) }} {{ ShowLabelById(5, $lang_id) }}
{{ getDefaultPriceFormat($goods_price_collect->price * $one_item->items_count) }} {{ ShowLabelById(5, $lang_id) }}
@endforeach
@csrf
{{ ShowLabelById(43, $lang_id) }}
{{ ShowLabelById(33, $lang_id) }}
{{ ShowLabelById(37, $lang_id) }}
{{ ShowLabelById(40, $lang_id) }}

{{ ShowLabelById(41, $lang_id) }} ({{ $basket_items_count ?? '' }})

{{ getDefaultPriceFormat($sub_total_price) }} {{ ShowLabelById(5, $lang_id) }}

{{ ShowLabelById(42, $lang_id) }}

{{ getDefaultPriceFormat($delivery_price) }} {{ ShowLabelById(5, $lang_id) }}

Pînă la livrare gratuită

{{ getDefaultPriceFormat($for_free_delivery) }} {{ ShowLabelById(5, $lang_id) }}

{{ ShowLabelById(25, $lang_id) }}

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

{!! ShowLabelById(47, $lang_id) !!}

@else
Empty cart

{{ ShowLabelById(27, $lang_id) }}

{{ ShowLabelById(28, $lang_id) }}

@endif
@stop @include('front.footer')