@extends('front.app') @section('meta') @stop @section('container')
@if($elements->isNotEmpty())

{{ShowLabelById(29)}}

@csrf
@foreach($elements as $item)
@if($item->productActive->article)
{{ShowLabelById(17)}}: {{$item->productActive->article}}
@endif
{{$item->productActive->priceFormat}}
@if($item->colors->isNotEmpty())
@endif @if($item->sizes->isNotEmpty())
@endif
@endforeach
{{ShowLabelById(31)}}

{{ShowLabelById(32)}}

@else

{{ShowLabelById(39)}}

@endif
@if($recommendations->isNotEmpty())

{{ShowLabelById(24)}}

@foreach($recommendations as $product) @foreach($product->gender_category as $gender)
@include('front.templates.goods-template',['imageSize'=>'M','gender'=>$gender])
@endforeach @endforeach
{{----}}
@endif
@stop {{-- @push('js') @endpush --}}