<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>订单管理后台 | 订单详情</title>
  <!-- <script>document.domain="{{ Config::get('website.domain') }}";</script> -->
  <script>window.isPage = true; </script>
  @include('orderlist.css')
  @include('orderlist.js')
</head>

<body class="" style="background-color:#FFF;">
  <?php $isPage = true; ?>
  @include('detail.content')
 
</body>