@if($productsList && $productsList->isNotEmpty()) @foreach ($productsList as $product) @if (!empty($_COOKIE['products-view']) && $_COOKIE['products-view'] == 'list') @include ('Products::client.sections.productBlockFullList') @else @include ('Products::client.sections.productBlockFull') @endif @endforeach @if($hasMorePages) @endif @else
{{ trans('Categories::main.noProducts') }}
@endif