Text für Dienstleistungen erstellt. Englisch und Deutsch. Begrifflichkeiten ersetzt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user