@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.commandSchedule.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('datetime'))
{{ $errors->first('datetime') }}
@endif {{ trans('cruds.commandSchedule.fields.datetime_helper') }}
@if($errors->has('attributes'))
{{ $errors->first('attributes') }}
@endif {{ trans('cruds.commandSchedule.fields.attributes_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.commandSchedule.fields.status_helper') }}
@endsection