{{-- Header --}}

{{ __('system.eyebrow') }}

{{ __('system.heading') }}

{{ __('system.subheading') }}

$hasTls, 'border-warning/30 text-warning' => ! $hasTls, ])> {{ $hasTls ? __('system.https_active') : __('system.https_plain') }}
{{-- Domain & TLS --}} {{-- Current TLS state --}} @if ($hasTls)

{{ __('system.tls_active_title') }}

{{ __('system.tls_active_body_pre') }} {{ $panelUrl }} ยท {{ __('system.tls_active_body_post') }}

@else

{{ __('system.tls_bare_title') }}

{{ __('system.tls_bare_body') }}

@endif {{-- Restart-required notice (shown after a successful save) --}} @if ($restartPending)

{{ __('system.restart_title') }}

{{ __('system.restart_body') }}

docker compose -f docker-compose.prod.yml restart

{{ __('system.restart_lockout_hint') }}

@endif {{-- Editable panel domain. Saving persists it and asks for a restart; on restart app URL, the Reverb endpoint, Caddy's cert and the secure cookie re-derive from it. --}}
{{ __('common.save') }}
@error('domainInput')

{{ $message }}

@enderror

{{ __('system.domain_help') }}

{{-- Current access address (read-only status) --}}
{{ __('system.access_address') }}
@if ($panelUrl) {{ $panelUrl }} @else {{ __('system.access_bare_ip') }} @endif
{{-- Release-Kanal --}}
{{-- Segmented control --}}
@foreach ($channels as $key => $desc) @endforeach
{{-- Per-channel description --}}

{{ __('system.channel_current') }} {{ $channel }}

{{ $channels[$channel] ?? '' }}