@extends('admin.layouts.contentLayoutMaster') @section('title','排程列表') @section('vendor-styles') @endsection @section('page-styles') @endsection @include('admin.tag_crons.list') @section('content') 搜尋 關鍵字 詳細資訊 僅列出自動更新的排程,若無勾選自動更新則當下就會執行 建立 每頁顯示 10 20 50 100 筆 @yield('tag-cron-table') @yield('cron-add-modal') @endsection @section('vendor-scripts') @yield('tag-cron-vue') @endsection @section('page-scripts') @endsection