@if(!empty($goods_items_list) && count($goods_items_list))
@foreach($goods_items_list as $goods_item) @include('front.templates.goods-template') @endforeach
@if($goods_items_list->total() > config('custom.front.products_per_page') && $goods_items_list->perPage() == config('custom.front.products_per_page')) {{--
Показать еще
--}} @endif @include('front.templates.pagination', ['paginator' => $goods_items_list]) @else

{{ShowLabelById(84)}}

@endif