@include('Yunshop\Supplier::admin.goods.basic')
@include('goods.des')
@include('goods.tpl.param')
@include('goods.tpl.option')
@foreach(Config::get('widget.goods') as $key=>$value)
@if ($key == 'tab_lease_toy' || $key == 'tab_video_demand')
@continue
@endif
{!! widget($value['class'], ['goods_id'=> $goods->id])!!}
@endforeach