@extends('layouts.app') @php // Locale über die Registry (erkennt auch den EN-Host privacy.kotsch.tech) — siehe Layout. $routeLocale = (new \App\Support\SubdomainRegistry())->currentLocale(); $tr = fn ($de, $en) => $routeLocale === 'en' ? $en : $de; $c = $page['accent'] ?? '#0F766E'; @endphp @section('title', $page['title'] . ' — ' . $tr('Datenschutz', 'Privacy') . ' | KOTSCH.TECH') @section('meta_description', \Illuminate\Support\Str::limit(strip_tags($page['intro']), 155)) @section('content') @include('datenschutz.partials.styles')
{{ $page['summary'] }}
@endif{{ $page['intro'] }}
{{-- ── Welche Daten (nummerierter Fluss) ──────────────────────── --}} @if(!empty($page['data'])){{ $d['detail'] }}
{{ $e['p'] }}
{{ $page['purpose'] }}
{{ $page['legal_basis'] }}
{{ $page['retention'] }}
{{ $tr('Keine Weitergabe an Dritte.', 'No sharing with third parties.') }}
@endif{{ $page['cookies'] ? $tr('Es können (auch einwilligungspflichtige) Cookies zum Einsatz kommen — Details in der allgemeinen Erklärung.', 'Cookies (including consent-based ones) may be used — details in the general policy.') : $tr('Für diese Funktion sind keine zustimmungspflichtigen Cookies erforderlich.', 'No consent-based cookies are required for this function.') }}
{{ $tr('Fragen zum Datenschutz in diesem Bereich?', 'Questions about privacy in this area?') }}