{{-- 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 {{-- Read-only: the panel domain is an install-time decision (kept consistent with URL/WebSocket/cookie security); TLS provisions itself automatically. --}}
{{ __('system.domain') }}
{{ $domain !== '' ? $domain : __('system.domain_via_ip') }}
{{ __('system.access_address') }}
@if ($panelUrl) {{ $panelUrl }} @else {{ __('system.access_bare_ip') }} @endif

{{ __('system.domain_note_pre') }} install.sh {{ __('system.domain_note_post') }}

{{-- Release-Kanal --}}
{{-- Segmented control --}}
@foreach ($channels as $key => $desc) @endforeach
{{-- Per-channel description --}}

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

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