Text für Dienstleistungen erstellt. Englisch und Deutsch. Begrifflichkeiten ersetzt

This commit is contained in:
2026-03-26 23:34:58 +01:00
parent 79414e3d4a
commit 75f934028b
3 changed files with 74 additions and 6 deletions

View File

@@ -3,5 +3,17 @@
@endsection
@section('content')
<h1>{{ __('app.services.title') }}</h1>
<br />
<h2>{{ __('app.services.topic1.title') }}</h2>
<p>{!! __('app.services.topic1.content') !!}</p>
<br />
<h2>{{ __('app.services.topic2.title') }}</h2>
<p>{!! __('app.services.topic2.content') !!}</p>
<br />
<h2>{{ __('app.services.topic3.title') }}</h2>
<p>{!! __('app.services.topic3.content') !!}</p>
<br />
<h2>{{ __('app.services.topic4.title') }}</h2>
<p>{!! __('app.services.topic4.content') !!}</p>
@endsection