@extends('layouts.app') @php $en = ($locale ?? 'de') === 'en'; $t = fn ($de, $enT) => $en ? $enT : $de; $reg = new \App\Support\SubdomainRegistry(); $ok = !empty($ok); @endphp @section('title', $t('Abmeldung — ProblemRadar', 'Unsubscribe — ProblemRadar')) @section('robots', 'noindex,nofollow') @section('content') @include('umfrage._shell')
@if ($ok)

{{ $t('Du bist', 'You are') }} {{ $t('abgemeldet.', 'unsubscribed.') }}

{{ $t('Alle Einwilligungen wurden widerrufen. Wir kontaktieren dich nicht mehr. Deine bereits abgegebenen, anonymen Umfrage-Antworten bleiben für die statistische Auswertung erhalten.', 'All your consents have been withdrawn. We will not contact you again. Your previously submitted, anonymous survey answers remain for statistical evaluation.') }}

@else

{{ $t('Link ungültig', 'Link invalid') }}

{{ $t('Dieser Abmelde-Link konnte nicht überprüft werden. Bitte benutze den Link aus der zuletzt erhaltenen E-Mail.', 'This unsubscribe link could not be verified. Please use the link from the most recent email you received.') }}

@endif {{ $t('Zur Übersicht', 'Back to overview') }}
@endsection