@php if (!empty($productCategory)) { echo !empty($productCategory->h1) ? $productCategory->h1 : $productCategory->title; } else { echo Translation::trans('breadcrumbs.catalog', 'Catalog'); } @endphp
{!! Translation::trans('catalog.filter.shown', 'Wyświetlanie') !!}
{{ (($products->currentPage() -1)*$products->perPage()) + count($products)}} {!! Translation::trans('catalog.filter.from', 'z') !!}
{{$products->total()}} {!! Translation::trans('catalog.filter.products', 'produktów') !!}
{!! Translation::trans('catalog.filter.sorting', 'Sortowanie') !!}:
@php
$sort = $input['sort'] ?? '';
@endphp
@foreach($translatedProducts 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ć') !!}
@if($products->linkCollection()->count() > 3)
-
@foreach($products->withQueryString()->linkCollection() as $link)
@if($link['label'] === 'pagination.previous')
-
-
- {{ $link['label'] }} @endif @endforeach