@extends('front.app') @section('meta') @stop @section('container')
@if(!empty($basket) && count($basket))
{{ 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
{{ 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) }}
@endforeach
{{ ShowLabelById(24) }}: {{ getDefaultPriceFormat($sub_total_price) ?? '' }} {{ ShowLabelById(23) }}
@csrf
{{ ShowLabelById(65) }}
{{ ShowLabelById(66) }} @if($global_user) {{ ShowLabelById(67) }} @endif
@if($global_user && $global_user->addresses->isNotEmpty())
@endif
defaultAddress) value="{{ $global_user->defaultAddress->city }}" readonly @endif>
defaultAddress) value="{{ $global_user->defaultAddress->address }}" readonly @endif>
{{ ShowLabelById(68) }}
{{ ShowLabelById(69) }}

{{ ShowLabelById(70) }} ({{ $basket_items_count ?? '' }})

{{ getDefaultPriceFormat($sub_total_price) ?? '' }} {{ ShowLabelById(23) }}

{{ ShowLabelById(81) }}

{{config('custom.front.pickup')}} {{ ShowLabelById(23) }}

{!! ShowLabelById(12) !!}

@else
Empty
{{ ShowLabelById(26) }}

{{ ShowLabelById(27) }}

@endif
@stop @push('other-scripts') @if(Cookie::has('cookie-targeting') && Cookie::get('cookie-targeting')) @endif @endpush