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

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

B

{{ $instance['name'] }}

{{ $instance['domain'] }}
{{ __('cloud.status_'.$instance['status']) }} {{ __('cloud.open') }}
@foreach ([ ['cloud.plan', $instance['plan']], ['cloud.seats', $instance['seats']], ['cloud.performance', $instance['performance']], ['cloud.location', $instance['location']], ['cloud.version', $instance['version'].' ยท '.__('cloud.current')], ['cloud.runtime', $instance['php']], ['cloud.storage', $storageLabel], ] as [$key, $val])
{{ __($key) }}
{{ $val }}
@endforeach

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

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

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