{{ __("Create Cronjob") }}
$server]) }}" hx-swap="outerHTML" hx-select="#create-cronjob-form" class="p-6" x-data="{ frequency: '{{ old("frequency", "* * * * *") }}', custom: '{{ old("custom", "") }}', }" > @csrf

{{ __("Create Cronjob") }}

@error("command") @enderror
@php $user = old("user", "vito"); @endphp @error("user") @enderror
@php $frequency = old("frequency", "* * * * *"); @endphp @error("frequency") @enderror
@error("custom") @enderror
{{ __("Cancel") }} {{ __("Create") }}