@extends('front.app') @section('meta') @stop @section('container')
@if(!empty($goods_items_list) && count($goods_items_list))
@foreach($goods_items_list as $one_goods)
@include('front.templates.goods-template')
@endforeach
@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(106) }}

{!! str_replace('{search}', $search ?? '', ShowLabelById(131)) !!}

@endif
@stop