@extends('layouts.main')
@section('pageTitle', '月租等級')
@section('content')
| 流水號 |
月租等級名稱 |
@if(auth()->user()->can('monthlyLevel.edit'))
修改 |
@endif
@if(auth()->user()->can('monthlyLevel.destroy'))
刪除 |
@endif
@can('monthlyLevel.create')
新增月租等級
@endcan
返回
@endsection
@section('js')
@endsection