@if(!empty($goods_items_list) && count($goods_items_list))
@foreach($goods_items_list as $one_goods) @include('front.templates.goods-template', ['one_goods' => $one_goods]) @endforeach
@if($goods_items_list->lastPage() > 1 && $goods_items_list->currentPage() != $goods_items_list->lastPage())
@endif
@if(!empty($new_url)) @include('front.templates.pagination', ['paginator' => $goods_items_list, 'new_url' => $new_url]) @else @include('front.templates.pagination', ['paginator' => $goods_items_list, 'new_url' => '']) @endif
@else
Empty List
{{ ShowLabelById(68) }}
@endif