@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