@extends('layouts.admin') @section('content') @can('schedule_create')
@endcan{{ trans('cruds.schedule.fields.id') }} | {{ trans('cruds.schedule.fields.start_datetime') }} | {{ trans('cruds.schedule.fields.stop_datetime') }} | {{ trans('cruds.schedule.fields.repeat') }} | {{ trans('cruds.schedule.fields.repeat_number') }} | {{ trans('cruds.schedule.fields.command') }} | {{ trans('cruds.schedule.fields.tag') }} | {{ trans('cruds.schedule.fields.status') }} | {{ trans('cruds.schedule.fields.count') }} |
---|