@extends('layouts.app', [ 'title' => $indexInfo->name, 'descriptionPage' => $index->text, 'keysPage' => '',]) @section('head') @endsection @section('content') @foreach($indexnew as $indexItem) @if($indexItem->title)

{{$indexItem->title}}

@endif @if($indexItem->text)

{{$indexItem->text}}

@endif @if($indexItem->type == 1)
@foreach($indexItem->val as $obzorNew)
@if($obzorNew->name)

{{$obzorNew->name}}

@endif

{{$obzorNew->text}}

Узнать больше
{{$loop->index+1}} / {{ count($indexItem->val) }}
arrow_prev arrow_new
@if($obzorNew->svg) {{$langFunc->perm($lang, 'izobrazeniya')}} {{$obzorNew->name}} @endif
@endforeach
@endif @if($indexItem->type == 2)
@if($indexItem->val[0])

{{$indexItem->val[0]}}

@endif

{{$indexItem->val[1]}}

{{$indexItem->val[2]}}
@endif @if($indexItem->type == 3) @endif @if($indexItem->type == 4)
@if(isset($indexItem->val[0])) @endif @if(isset($indexItem->val[1])) @endif
@if(isset($indexItem->val[2])) @endif
@if(isset($indexItem->val[3])) @endif @if(isset($indexItem->val[4])) @endif
@if(isset($indexItem->val[5]))
@endif
@endif @if($indexItem->type == 6)
@if($indexInfo->product_title)

{{$indexInfo->product_title}}

@endif

{{$indexInfo->product_text}}

@if($tags) @foreach($tags as $item) @endforeach @endif @if($two_tags) @foreach($two_tags as $item) @endforeach @endif
@foreach($productsActiv as $item)
@if($item->sale_price > 0) {{$item->sale_price}} {{$valuta}} @endif
@if($item->store_view == 1)
{{$item->local->sum('sklad')}} {{$item->ediz->name}} В наличие
@endif @if($item->local->sum('zakaz') > 0)
[{{$item->local->sum('zakaz')}}] Ожидаем
@endif
@if($item->sale_price > 0)
+ Cart White
@else
Запросить
@endif
@endforeach
@endif @if($indexItem->type == 5) arrow_prev arrow_next
@foreach($indexItem->val as $item)
@if($item->sale_price > 0) {{$item->sale_price}} {{$valuta}} @endif
@if($item->store_view == 1)
{{$item->local->sum('sklad')}} {{$item->ediz->name}} В наличие
@endif @if($item->local->sum('zakaz') > 0)
[{{$item->local->sum('zakaz')}}] Ожидаем
@endif
@if($item->sale_price > 0)
+ Cart white
@else
Запросить
@endif
@endforeach
@if(count($categoryAll)) Посмотреть все @endif @endif @if($indexItem->type == 7) {{$indexItem->val[1]}} @endif @if($indexItem->type == 8)
@if($indexItem->val[0])

{{$indexItem->val[0]}}

@endif

{{$indexItem->val[1]}}

{{$indexItem->val[2]}}

@endif @if($indexItem->type == 9) {!! $indexItem->val !!} @endif @if($indexItem->type == 10) arrow_prew arrow_next
@foreach($indexItem->val as $item)
@endforeach
@endif @endforeach
@endsection