@extends('front.app') @section('meta') @stop @section('container')
@if($goods_items_list!=null && !empty($goods_items_list) && count($goods_items_list) > 0) @foreach($goods_items_list as $goods_item) @include('front.templates.goods-template') @endforeach
@include('front.templates.pagination', ['paginator' => $goods_items_list]) @else

{{ShowLabelById(29)}}

@endif
@stop