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