@extends('front.app',['attributes'=>'class=container--small']) @section('meta') @stop @section('container')
{{$post->author}}

{{$post->name}}

{!! $post->body !!}
@if($post->linksDescription) @endif
{{$post->name}}
@if($products->isNotEmpty())
@if($post->catalogTitle)

{{$post->catalogTitle}}

@endif
@foreach($products as $product) @foreach($product->gender_category as $gender)
@include('front.templates.goods-template',['imageSize'=>'M','gender'=>$gender])
@endforeach @endforeach
@if($post->linkCatalog) @endif
@endif @if($otherPosts->isNotEmpty())

{{ShowLabelById(27)}}

@foreach($otherPosts as $otherPost)
@include('front.templates.post-card',['post'=>$otherPost])
@endforeach
@endif
@endsection