@extends('layouts.base') @section('title','订单详情') @section('js') @stop @section('content')
{{--
--}}
@include('order.basicDetail')
@foreach(Config::get('widget.order') as $key=>$value)
{!! widget($value['class'], ['goods_id'=> $goods->id])!!}
@endforeach
@endsection('content')