@extends('front.app') @section('meta') @stop @section('container')
@if(isset($goods_items) && $goods_items->isNotEmpty())
@foreach($goods_items as $goods_item) @include('front.templates.goods-template',['wish_page'=>1]) @endforeach
@else

{{ShowLabelById(125)}}

@endif
@stop