@extends('layouts.app') @section('title','耗材类型') @section('content') @component('maintenance.menu')@endcomponent
@can('耗材类型-编辑') @include('maintenance.material._edit') @include('maintenance.material._create') @endcan
@can('耗材类型-编辑') @endcan
@include('maintenance.material._table')
@endsection @section('lastScript') @endsection