@extends('admin.layouts.contentLayoutMaster') @section('title','排程列表') @section('vendor-styles') @endsection @section('page-styles') @endsection @include('admin.tag_crons.list') @section('content')

搜尋

詳細資訊 僅列出自動更新的排程,若無勾選自動更新則當下就會執行

@yield('tag-cron-table') @yield('cron-add-modal')
@endsection @section('vendor-scripts') @yield('tag-cron-vue') @endsection @section('page-scripts') @endsection