@extends('front.app',['lang_links'=>$catalog_lang_links]) @section('meta') @stop @section('container')
@if(isset($empty_catalog) && $empty_catalog == 1)

{{ShowLabelById(62)}}

@else
@foreach($child_categories as $category) {{$category->name}}

{{$category->name}}

@endforeach
@endif
@if($goods_subject->body)
{!! $goods_subject->body !!}
@endif
@stop