@extends('layouts.app') @php $reg = new \App\Support\SubdomainRegistry(); $en = $reg->currentLocale() === 'en'; $lc = $en ? 'en' : 'de'; $t = fn ($de, $enT) => $en ? $enT : $de; $lbl = fn (array $o) => $en ? $o[2] : $o[1]; // [value, de, en] @endphp @section('title', $t('Ein Problem schildern — ProblemRadar', 'Report a problem — ProblemRadar')) @section('meta_description', $t('Schildere kurz ein konkretes Problem aus deinem Alltag. Anonym und freiwillig.', 'Briefly describe a specific problem from your daily life. Anonymous and voluntary.')) @section('content') @include('umfrage._shell')
{{ $t('Kurz und ohne langen Fragebogen. Alle Angaben sind freiwillig und anonym.', 'Short and without a long questionnaire. All details are voluntary and anonymous.') }}
@if ($errors->any())