@if($goods_items->isNotEmpty())
@include('front.templates.goods-each-template')
@include('front.templates.pagination',['paginator'=>$goods_items,'new_url'=>'?search='.$search])
@if($goods_items->lastPage() > 1) @if(request()->ajax()) @endif @push('js') @endpush @endif @else

{{ShowLabelById(62)}}

@endif