@if($product->preview)
@endif
@php
$slides = $product->getModel()->getSlides();
@endphp
@foreach($slides as $slide)
@endforeach
@if($product->preview)
@endif
@foreach($slides as $slide)
@endforeach
{!! $product->description !!}
{!! $product->long_description !!}
{!! Translation::trans('product.additional-products', 'Inne produkty z tej kategorii') !!}
@foreach($relatedProducts as $relatedProduct)
@endforeach
{{ $relatedProduct->title }}
- {!! Translation::transText('catalog.filter.length', 'Długość') !!} – {{ $relatedProduct->length }}
- {!! Translation::transText('catalog.filter.mkm', 'MKM') !!} - {{ $relatedProduct->thickness }}
- {!! Translation::transText('catalog.filter.width', 'Szerokość') !!} – {{ $relatedProduct->width }}.
@if($product->price)
{{ $product->price }} {!! Translation::trans('produc.price.сurrency', '₴') !!}
@endif
{!! Translation::transText('catalog.product.buy', 'Zamówić') !!}