@extends('front.front-app') @section('meta-tags') @include('front.meta-tags.for-other-pages') @stop @include('front.header') @section('container')

{{ ShowLabelById(63, $lang_id) }}

@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, 'slider' => 0])
@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(13, $lang_id) }}

@endif
@stop @include('front.footer')