Search @if(!!$search) "{{$search}}" @endif
@foreach($products as $product)
@endforeach
{{ $product->title }}
- {!! Translation::transText('catalog.filter.length', 'Długość') !!} – {{ $product->length }}
- {!! Translation::transText('catalog.filter.mkm', 'MKM') !!} - {{ $product->thickness }}
- {!! Translation::transText('catalog.filter.width', 'Szerokość') !!} – {{ $product->width }}.
@if($product->price)
{{ $product->price }} {!! Translation::transText('produc.price.сurrency', '₴') !!}
@endif
{!! Translation::transText('catalog.product.buy', 'Zamówić') !!}