@extends('front.app') @section('meta') @stop @push('css') @endpush @section('container')
@if($current_time >= $start_time_no_work || $current_time <= $end_time_no_work)
empty
{{ShowLabelById(96)}}

{{ str_replace(['{start_time}', '{end_time}'], [showSettingBodyByAlias('start-time-no-work'), showSettingBodyByAlias('end-time-no-work')], ShowLabelById(97)) }}

{{ShowLabelById(98)}}

@elseif($basket->isNotEmpty())

{{ShowLabelById(11)}}

{{ShowLabelById(12)}}
 
{{ShowLabelById(13)}}
{{ShowLabelById(14)}}
{{ShowLabelById(15)}}
@foreach($basket as $one_item)
{{$goods_items[$one_item->id]->name}}
{{$goods_items[$one_item->id]->name}}
{{$goods_items[$one_item->id]->grammage}}
@if(isset($goods_params_name[$one_item->id]) && !empty($goods_params_name[$one_item->id]) && count($goods_params_name[$one_item->id]))
{{ShowLabelById(90)}}: @foreach($goods_params_name[$one_item->id] as $one_param_name) {{ $one_param_name ?? '' }}{{ !$loop->last ? ',' : '' }} @endforeach
@endif
{{ $one_item->goods_price ?? ''}} {{ShowLabelById(16)}}
{{getDefaultPriceFormat($vars['total_item_price'][$one_item->id])}} {{ShowLabelById(16)}}
@endforeach

{{ShowLabelById(14)}}

{{$basket->count()}} {{ShowLabelById(17)}}.

{{ShowLabelById(18)}}

{{$vars['total_price']}} {{ShowLabelById(16)}}

@if($delivery_on)

{{ShowLabelById(19)}}

{{$vars['for_free_delivery']}} {{ShowLabelById(16)}}

@endif
@csrf
{{ShowLabelById(20)}}

{{ShowLabelById(21)}}

{{ShowLabelById(22)}}
@if($delivery_on)

{{ShowLabelById(23)}}

@endif
@if($delivery_on)
{{ShowLabelById(27)}}
@endif
@if($delivery_on)
{{ShowLabelById(30)}}*
@if($delivery_sectors->isNotEmpty())
@endif
@endif

{{str_replace('{price}',showSettingBodyByAlias('for-free-delivery'),ShowLabelById(39))}}

{{str_replace(['{start}','{end}'],[$receiving_start,$receiving_end],ShowLabelById(40))}}

{{ShowLabelById(41)}}

@if($delivery_sectors->isNotEmpty()) @foreach($delivery_sectors as $delivery_sector)

{{$delivery_sector->name}} - {{$delivery_sector->short_descr}} {{ShowLabelById(16)}}

@endforeach @endif
@if($locations_for_pickup && $locations_for_pickup->childrenFrontLocations->isNotEmpty())
{{--
Adresă*
--}}
@endif
{{ShowLabelById(42)}}

{!! ShowLabelById(46) !!}

@else
empty
{{ShowLabelById(51)}}

{{ShowLabelById(52)}}

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