@extends('front.app') @section('meta') @stop @section('container')
@if(!empty($goods_items_list) && count($goods_items_list))

{{ ShowLabelById(67) }}

@foreach($goods_items_list as $one_goods) @include('front.templates.goods-template') @endforeach
@include('front.templates.pagination', ['paginator' => $goods_items_list, 'new_url' => ''])
@else
Empty List
{{ ShowLabelById(68) }}

{{ ShowLabelById(69) }}

@endif
@stop