@extends('front.app') @section('meta') @stop @section('container')
@if(!empty($basket) && count($basket) && config('custom.front.close_cart_page') == 0) @endif @if(config('custom.front.close_cart_page') == 1)
Close cart
{{ ShowLabelById(165) }}

{{ ShowLabelById(166) }}

@elseif(!empty($basket) && count($basket))
{{ ShowLabelById(48) }}
{{ ShowLabelById(23) }}
{{ ShowLabelById(24) }}
{{ ShowLabelById(49) }}
@foreach($basket as $one_basket_item)
{{ getDefaultPriceFormat($one_basket_item->goodsItemId->price) }} {{ ShowLabelById(26) }}
{{ getDefaultPriceFormat($one_basket_item->goodsItemId->price * $one_basket_item->items_count) }} {{ ShowLabelById(26) }}
@endforeach

{{ ShowLabelById(25) }}: {{ getDefaultPriceFormat($sub_total_price) }} {{ ShowLabelById(26) }}

@csrf
{{ ShowLabelById(37) }}
{{ ShowLabelById(38) }}
    @if($default_city && $default_city->sectors->isNotEmpty())
  • @endif @if(!empty($suburbs) && count($suburbs))
  • @endif @if(!empty($cities) && count($cities))
  • @endif
@if($default_city && $default_city->sectors->isNotEmpty())
@endif @if(!empty($suburbs) && count($suburbs))
@endif @if(!empty($cities) && count($cities))
@endif
@if(!empty($pickup_points) && count($pickup_points))
    @foreach($pickup_points as $one_point)
  • first ? 'checked' : '' }}>
  • @endforeach
@endif
@if($pickup_point)
@include('front.pages.ajax.basket-pickup-point-info')
@endif
{{ ShowLabelById(40) }}
{{ ShowLabelById(8) }}

{{ ShowLabelById(47) }} ({{ $basket_items_count ?? 0 }} {{ Str::lower(trans_choice('variables.goods', $basket_items_count))}})

{{ getDefaultPriceFormat($sub_total_price) }} {{ ShowLabelById(26) }}

@include('front.pages.ajax.basket-delivery-info')

{{ ShowLabelById(25) }}

{{ getDefaultPriceFormat($total_price) }} {{ ShowLabelById(26) }}

{!! ShowLabelById(44) !!}

@else
Empty cart
{{ ShowLabelById(50) }}

{{ ShowLabelById(51) }}

@endif
@stop