@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