@extends('front.app') @section('meta') @stop @push('head-other-scripts') {!! showSettingBodyByAlias('iute-credit-header-script') !!} @endpush @section('container')
@if(!empty($basket) && count($basket))
@csrf

{{ ShowLabelById(27) }}

@foreach($basket as $one_basket_item)

{{ getDefaultPriceFormat($one_basket_item->goodsItemId->price, 1) }} {{ ShowLabelById(10) }}

{{ getDefaultPriceFormat($one_basket_item->goodsItemId->price * $one_basket_item->items_count, 1) }} {{ ShowLabelById(10) }}

@endforeach
{{ str_replace('{city}', $default_city ? $default_city->name : '', ShowLabelById(30)) }}: {{ getDefaultPriceFormat($delivery_price, 1) }} {{ ShowLabelById(10) }}
{{ ShowLabelById(29) }}: {{ getDefaultPriceFormat($total_price, 1) }}{{ ShowLabelById(10) }}

{{ ShowLabelById(37) }}

{{ ShowLabelById(42) }}

@if(!empty($cities) && count($cities))
@endif
@if(!empty($shops) && count($shops))
@endif

{{ ShowLabelById(47) }}

  • @if($show_credit)
  • @endif {{--
  • --}}
@if($show_credit)
{{ ShowLabelById(165) }}
    @include('front.pages.ajax.credit-months', ['total_price' => $total_price, 'item_count' => 1, 'page' => 'cart'])

{{ ShowLabelById(166) }}

@endif

{{ ShowLabelById(48) }}

@include('front.pages.ajax.basket-items-mini', ['basket_items' => $basket])

{{ ShowLabelById(124) }}:

{{ getDefaultPriceFormat($delivery_price, 1) }}

{{ ShowLabelById(10) }}

{{ ShowLabelById(29) }}: {{ getDefaultPriceFormat($total_price, 1) }} {{ ShowLabelById(10) }}
@if($show_credit) @endif

{{ ShowLabelById(49) }}

{{ ShowLabelById(42) }} {{ ShowLabelById(31) }}

{{ ShowLabelById(47) }} {{ ShowLabelById(34) }}

{{--

{!! ShowLabelById(51) !!}

--}}

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

{{ ShowLabelById(25) }}

@endif
@push('other-scripts') @endpush @stop