@extends('layouts.main')
@section('pageTitle', '設備狀態管理-設備排程列表')
@section('content')
| 設備編號 |
排程時間 |
重覆 |
執行動作 |
執行結果 |
@if(auth()->user()->can('schedule.edit'))
修改 |
@endif
@if(auth()->user()->can('schedule.destroy'))
刪除 |
@endif
@can('schedule.create')
新增排程
@endcan
返回
@endsection
@section('js')
@endsection