@extends('front.app') @section('meta') @stop @section('container')
@if($goods_subject && $goods_subject->children->isNotEmpty())

{{ $goods_subject->name }}

@endif
@stop