@extends('front.app') @section('meta') @stop @push('css') @endpush @section('container') @include('front.templates.product-share')
@include('front.templates.product-share')
heart heart-active
@if($product->article)
{{ShowLabelById(17)}}: {{$product->article}}
@endif

{{$product->name}}

price_old && $product->price_old!='0.00')style="color: #EA2B1F;" @endif>{{$product->priceFormat}}
@if($product->price_old && $product->price_old!='0.00')
{{$product->priceOldFormat}}
@endif
@if($colors->isNotEmpty())
{{ShowLabelById(18)}}:
    @foreach($colors as $color)
  • $currentColor->color_alias == $color->color_alias])> {{$product->name}} {{$color->name}} {{$color->name}}
  • @if($currentColor->color_alias == $color->color_alias) @endif @endforeach
@endif @if($sizes->isNotEmpty())
{{ShowLabelById(19)}}:
@if($sizeGuideLink) @endif
    @foreach($sizes as $size)
  • first)>
  • @endforeach
@endif
@if($product->body)
{!! $product->body !!}
@endif @if($product->material)
{!! $product->material !!}
@endif @if($product->details)
{!! $product->details !!}
@endif
@if($recommendations->isNotEmpty())

{{ShowLabelById(24)}}

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