@extends('front.app') @section('meta') @stop @section('container')
@if(!empty($slider) && count($slider))
@foreach($slider as $slide) @endforeach
@endif @if($goods_subjects_sale)

{{ShowLabelById(274)}}

{{$goods_subjects_sale->itemByLang->name ?? ''}}
{{$goods_subjects_sale->itemByLang->text_promo_1 ?? ''}}
{{$goods_subjects_sale->itemByLang->text_promo_2 ?? ''}}
@if($goods_subjects_sale->discount_date_end > now())
00
{{ShowLabelById(203)}}
:
00
{{ShowLabelById(204)}}
:
00
{{ShowLabelById(205)}}
@endif
@foreach($goods_item_sale as $one_goods)
@include('front.templates.goods-template')
@endforeach
@endif @if($our_services)

{{$our_services->itemByLang->name ?? ''}}

@if(!empty($our_services->children) && count($our_services->children))
@foreach($our_services->children as $item)
@if($item->oImage && $item->oImage->img)
{{$item->itemByLang->name ?? ''}}
@endif
0{{$loop->iteration ?? 0}}

{{$item->itemByLang->name ?? ''}}

{{$item->itemByLang->short_descr ?? ''}}

@endforeach
@endif
@endif @if(!empty($goods_subjects_row) && count($goods_subjects_row)) @include('front.templates.goods-subject-rows-main-page', ['goods_subjects_row' => $goods_subjects_row]) @endif @if($advantages && $advantages->children->isNotEmpty())
@foreach($advantages->children as $one_advantage)
{{ $one_advantage->itemByLang->name ?? '' }}

{{ $one_advantage->itemByLang->name ?? '' }}

{{ $one_advantage->itemByLang->short_descr ?? '' }}

@endforeach
@endif @if($goods_subjects_gold)

{{ShowLabelById(278)}}

{{ $goods_subjects_gold->itemByLang->name ?? '' }} @if(!empty($goods_item_gold) && count($goods_item_gold))
@foreach($goods_item_gold as $one_goods)
@include('front.templates.goods-template')
@endforeach
@endif
@endif
@if($newsletter)
@if($newsletter->oImage && $newsletter->oImage->img) {{$newsletter->itemByLang->name ?? ''}} @endif

{{$newsletter->itemByLang->name ?? ''}}

{{$newsletter->itemByLang->short_descr ?? ''}}

@if(!empty($newsletter->children) && count($newsletter->children))
    @foreach($newsletter->children as $item)
  • @if($item->oImage && $item->oImage->img) {{$item->itemByLang->name ?? ''}} @endif

    {{$item->itemByLang->name ?? ''}}

  • @endforeach
@endif
@endif
@csrf
User
Phone-2
Email

Lock {{ShowLabelById(279)}}
@push('other-scripts') @endpush @include('front.templates.script-timer-promo-sale') @stop