{{ __('maintenance.subtitle') }}
{{ __('maintenance.empty') }}
@else| {{ __('maintenance.col_window') }} | {{ __('maintenance.col_when') }} | {{ __('maintenance.col_impact') }} | {{ __('maintenance.col_state') }} | {{ __('maintenance.col_actions') }} |
|---|---|---|---|---|
| {{ $w['title'] }} | {{ $w['starts_at']->isoFormat('DD.MM. HH:mm') }} – {{ $w['ends_at']->isoFormat('HH:mm') }} | {{ trans_choice('maintenance.impact_hosts', $w['hosts'], ['count' => $w['hosts']]) }} · {{ trans_choice('maintenance.impact_customers', $w['affected'], ['count' => $w['affected']]) }} |
{{-- Icon buttons: the labels wrapped to two lines and made the
column unreadable. Same pattern as the other admin tables. --}}
@if ($w['is_draft'])
@endif
@if ($w['notifiable'])
@endif
@if ($w['cancellable'])
@endif
|