index.blade.php 144 B

123456
  1. @extends('layouts.app')
  2. @section('title')项目管理@endsection
  3. @section("content")
  4. @component('customer.project.menu')@endcomponent
  5. @stop