@extends('front.front-app')
@section('meta-tags')
@include('front.meta-tags.for-other-pages')
@stop
@include('front.header')
@section('container')
{{ Breadcrumbs::render('goods-item', $goods_subject, $goods_item) }}
@if($goods_item->oImages->isNotEmpty())
@foreach($goods_item->oImages as $one_image)
@endforeach
@foreach($goods_item->oImages as $one_image)
@endforeach
@endif
{{ $goods_item->itemByLang->name ?? '' }}
@if($goods_item->itemByLang->body)
@endif
@if($goods_item_sort_desc)
@endif
@if($goods_item->itemByLang->body)
{!! $goods_item->itemByLang->body ?? '' !!}
@endif
@if($goods_item_sort_desc)
{!! $goods_item_sort_desc ?? '' !!}
@endif
@if(!empty($similar_goods) && count($similar_goods))
{{ ShowLabelById(19, $lang_id) }}
@foreach($similar_goods as $one_goods)
@include('front.templates.goods-template', ['one_goods' => $one_goods, 'slider' => 1])
@endforeach
@endif
@stop
@include('front.footer')