{{ __('proxy.eyebrow') }}
{{ __('proxy.subtitle') }}
{{ __('proxy.list_sub') }}
@if ($host->certificate_checked_at === null) {{ __('proxy.cert.unknown') }} @elseif ($host->certificate_error) {{ __('proxy.cert.error', ['error' => $host->certificate_error]) }} @elseif ($host->daysLeft() === null) {{ __('proxy.cert.unknown') }} @elseif ($host->isExpiringSoon()) {{ __('proxy.cert.soon', ['days' => $host->daysLeft(), 'date' => $host->certificate_expires_at->local()->isoFormat('D. MMM YYYY')]) }} @else {{ __('proxy.cert.valid', ['days' => $host->daysLeft(), 'date' => $host->certificate_expires_at->local()->isoFormat('D. MMM YYYY')]) }} @endif @if ($host->note) · {{ $host->note }} @endif
{{ __('proxy.apply_hint') }}