{{ __('dashboard.Settings') }}

{{ __('dashboard.Name and status lines shown in the Lab terminal while the preview runtime starts.') }}

@include('livewire.dashboard.settings.options.nav')

{{ __('dashboard.Console name') }}

{{ __('dashboard.Replaces DeepThought on waiting / install / auto-start lines. Use {name} in the templates below.') }} @error('runtimeName') {{ $message }} @enderror

{{ __('dashboard.Status lines') }}

{{ __('dashboard.Leave a line empty to keep the default. Tokens: {name}, {command}, {code}, {error}.') }}

@foreach ($statusFields as [$field, $label, $placeholder]) @error($field) {{ $message }} @enderror @endforeach
{{ __('dashboard.Save changes') }}