index.blade.php 223 B

12345678910111213
  1. @extends('layouts.app')
  2. @section('title')订单管理@endsection
  3. @section('content')
  4. @component('order.menu')@endcomponent
  5. <div class="container-fluid">
  6. </div>
  7. @endsection
  8. @section('lastScript')
  9. @endsection