@extends('layouts.base') @section('content') @section('title', trans('商品详情'))
{{--
--}}
@include('Yunshop\Appointment::admin.goods.tabs.basic')
@include('goods.des')
@include('goods.tpl.param')
@include('goods.tpl.option')
{!! widget('Yunshop\Appointment\widgets\AppointmentGoodsWidget', ['goods_id'=> $goods->id])!!}
@section('goods_widget_view') @foreach(\app\common\modules\widget\Widget::current()->getItem('goods') as $key=>$value)
{!! widget($value['class'], ['goods_id'=> $goods->id])!!}
@endforeach @show
{{--
--}} @endsection('content')