@extends('front.app') @section('meta') @stop @section('container')
@if(isset($basket) && $basket->isNotEmpty())
{{ShowLabelById(85)}}
{{ShowLabelById(86)}}
{{ShowLabelById(87)}}
{{ShowLabelById(88)}}
@foreach($basket as $cart_item)
@if($cart_item->discount_price)
{{$cart_item->goods_price_format}}
{{$cart_item->discount_price_format}}
{{ShowLabelById(198)}} {{$cart_item->saving_money}} {{ShowLabelById(59)}}
@elseif(!$cart_item->goodsItemId->in_stoc)
{{$cart_item->goods_price_format}}
stock null

{{ShowLabelById(71)}}

@else {{$cart_item->goods_price_format}} @endif
goodsItemId->in_stoc)disabled @endif >
{{$basket_info->total_item_price[$cart_item->id]}} {{ShowLabelById(59)}}
@endforeach
@if(isset($total_saving_money) && $total_saving_money > 0)

{{ShowLabelById(198)}} {{$total_saving_money}} {{ShowLabelById(59)}}

@endif

{{ShowLabelById(120)}}: {{$sub_total_price}} {{ShowLabelById(59)}}

@csrf
@if(isset($chisinau_delivery))
{!! str_replace(['{max_order_price}','{chisinau_delivery_price}'],[config('custom.front.max_order_price'),config('custom.front.chisinau_delivery_price')],$chisinau_delivery->body) !!}
@endif @if(isset($environs_delivery) && $environs_delivery->isNotEmpty())
@foreach($environs_delivery as $environ)

{{$environ->name}}

{{$environ->short_descr}} {{ShowLabelById(59)}}

@endforeach
@endif @if(isset($moldova_delivery))
{!! $moldova_delivery->body !!}
@endif
@csrf
{{ShowLabelById(94)}}
name:''}} name="name">
phone:''}} name="phone">
email:''}} name="email">
{{ShowLabelById(99)}}
@if(isset($shops) && $shops->isNotEmpty())
@foreach($shops as $shop_city) @if($shop_city->childrenFrontPages->isNotEmpty())
{{$shop_city->name}}
@foreach($shop_city->childrenFrontPages as $shop)
@endforeach
@endif @endforeach
@endif
    @if(isset($chisinau_delivery))
  • @endif @if(isset($environs_delivery) && $environs_delivery->isNotEmpty())
  • @endif @if(isset($moldova_delivery) && isset($cities_delivery) && $cities_delivery->isNotEmpty())
  • @endif
@if(isset($chisinau_delivery))
@endif @if(isset($environs_delivery) && $environs_delivery->isNotEmpty())
@endif @if(isset($moldova_delivery) && isset($cities_delivery) && $cities_delivery->isNotEmpty())
@endif
@if(isset($chisinau_delivery))
{!! str_replace(['{max_order_price}','{chisinau_delivery_price}'],[config('custom.front.max_order_price'),config('custom.front.chisinau_delivery_price')],$chisinau_delivery->body) !!}
@endif @if(isset($environs_delivery) && $environs_delivery->isNotEmpty())
@foreach($environs_delivery as $environ)

{{$environ->name}}

{{$environ->short_descr}} {{ShowLabelById(59)}}

@endforeach
@endif @if(isset($moldova_delivery))
{!! $moldova_delivery->body !!}
@endif
{{ShowLabelById(112)}}
  • {{--
  • --}}
{{ShowLabelById(117)}}

{{ShowLabelById(118)}}: {{$basket->sum('items_count')}}

{{$total_price}} {{ShowLabelById(59)}}

{{ShowLabelById(119)}}

{{$delivery_price}} {{ShowLabelById(59)}}

{{ShowLabelById(213)}}

@if(isset($total_saving_money) && $total_saving_money > 0)

{{ShowLabelById(198)}}

{{$total_saving_money}} {{ShowLabelById(59)}}

@endif

{{ShowLabelById(120)}}

{{$total_price}} {{ShowLabelById(59)}}

@else

{{ShowLabelById(123)}}

@endif
@stop @push('js') @endpush