report.blade.php 163 B

1234567
  1. @extends('layouts.app')
  2. @section('title')
  3. 称重管理-项目-报表
  4. @endsection
  5. @section('content')
  6. @component('customer.project.menu')@endcomponent
  7. @stop