search.blade.php 233 B

123456789101112131415
  1. @extends('layouts.app')
  2. @section('title')问题件-查询@endsection
  3. @section('content')
  4. @component("order.menu")@endcomponent
  5. @component("order.issue.menu")@endcomponent
  6. @endsection
  7. @section('lastScript')
  8. @endsection