Files
website/resources/views/content/imprint.blade.php
2026-03-29 23:44:49 +02:00

19 lines
448 B
PHP

@extends('layout.app')
@section('scripts')
@endsection
@section('content')
<img class="content-img" src="{{ asset('/Bilder/ernsthaft.jpg') }}" alt="{{ __('app.imprint.alt') }}">
<h1>{{ __('app.imprint.title') }}</h1>
<br />
<p>{!! __('app.imprint.content') !!}</p>
<br />
Chaos Computer Club Essen / foobar e.V.<br />
C3Gov<br />
Sibyllastr. 9<br />
45136 Essen<br />
Germany<br />
<br />
<br />
@endsection