Impressum erstellt

This commit is contained in:
2026-03-27 21:14:51 +01:00
parent 0c2a439363
commit 58ed95abbf
3 changed files with 15 additions and 1 deletions

View File

@@ -54,5 +54,11 @@ return [
'title' => 'Anwesenheitsbestätigung',
'content' => 'Sollten Sie eine Bestätigung Ihres Besuchs benötigen, stellen wir Ihnen diese selbstverständlich in Papierform aus.'
]
],
'imprint' => [
'title' => 'Impressum',
'content' => 'Hiermit weisen wir darauf hin, dass es sich bei dieser Platform um ein Projekt des Chaos Computer Clubs handelt, welche keine rechtlich geltenden Dokumente ausstellt.
<br />Es handelt sich weder um echte Dienstleistungen im gewerblichen Sinne, noch um geschäftsmäßige Dienste.
<br />Aus diesem Grund entfällt die Impressumspflicht.'
]
];

View File

@@ -54,5 +54,11 @@ return [
'title' => 'Certification of Attendance',
'content' => 'Should you require certification of your visit, we will of course provide you with an official document.'
]
],
'imprint' => [
'title' => 'Imprint',
'content' => 'We hereby inform you that this platform is a project of the Chaos Computer Club and does not issue any legally binding documents.
<br />It does not constitute genuine commercial services or business-related services.
<br />Therefore, the legal requirement to provide an imprint does not apply.'
]
];

View File

@@ -3,5 +3,7 @@
@endsection
@section('content')
<h1>{{ __('app.imprint.title') }}</h1>
<br />
<h2>{!! __('app.imprint.content') !!}</h2>
@endsection