{{ t('Set planned maintenance times') }}
@if (errors && errors.comment) {
@for (error of errors.comment; track error) {
{{ t(error) }}
}
}
@if (errors && errors.from_date) {
@for (error of errors.from_date; track error) {
{{ t(error) }}
}
} @if (errors && errors.from_time) {
@for (error of errors.from_time; track error) {
{{ t(error) }}
}
}
@if (errors && errors.to_date) {
@for (error of errors.to_date; track error) {
{{ t(error) }}
}
} @if (errors && errors.to_time) {
@for (error of errors.to_time; track error) {
{{ t(error) }}
}
}