@extends('layouts.base') @section('title','订单详情') @section('js') @stop @section('content')
@include('Yunshop\FightGroups::admin.store.order.order_detail')
@endsection('content')