Impressum erstellt
This commit is contained in:
@@ -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.'
|
||||
]
|
||||
];
|
||||
|
||||
@@ -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.'
|
||||
]
|
||||
];
|
||||
|
||||
@@ -3,5 +3,7 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
<h1>{{ __('app.imprint.title') }}</h1>
|
||||
<br />
|
||||
<h2>{!! __('app.imprint.content') !!}</h2>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user