@extends('layouts.app')
@section('title')单位@endsection
@section('content')
@component('maintenance.menu')@endcomponent
@component('maintenance.unit.menu')@endcomponent
@can("计量单位-录入")
@endcan
@can("计量单位-录入")
@endcan
| ID |
计量单位名称 |
录入时间 |
操作 |
| @{{u.id}} |
@{{u.name}} |
@{{u.created_at}} |
@can('计量单位-编辑')
@endcan
@can('计量单位-删除')
@endcan
|
拖拽至此 |
{{$units->links()}}
@endsection
@section('lastScript')
@endsection