{{ __('cloud.title') }}

{{ __('cloud.subtitle') }}

{{ $instance['name'] }}

{{ $instance['domain'] }}
{{ __('cloud.status_'.$instance['status']) }} @if ($maintenance) @php $mActive = now()->between($maintenance->starts_at, $maintenance->ends_at); @endphp {{ $mActive ? __('cloud.maintenance_active') : __('cloud.maintenance_planned') }} @endif {{ __('cloud.open') }}
@if ($maintenance)

{{ $maintenance->title }}

{{ __('cloud.maintenance_window', ['start' => $maintenance->starts_at->isoFormat('LLL'), 'end' => $maintenance->ends_at->isoFormat('LT')]) }}

@if ($maintenance->public_description)

{{ $maintenance->public_description }}

@endif
@endif
@foreach ([ ['cloud.plan', $instance['plan']], ['cloud.seats', $instance['seats']], ['cloud.performance', $instance['performance']], ['cloud.location', $instance['location']], ['cloud.storage', $storageLabel], ] as [$key, $val])
{{ __($key) }}
{{ $val }}
@endforeach

{{ __('cloud.storage_growth') }}

{{ __('cloud.storage_growth_sub') }}

{{ __('cloud.restart') }} {{ __('cloud.snapshot') }} {{ __('cloud.logs') }}