diff --git a/resources/views/content/index.blade.php b/resources/views/content/index.blade.php index daf2777..9ade45c 100644 --- a/resources/views/content/index.blade.php +++ b/resources/views/content/index.blade.php @@ -15,6 +15,11 @@

{{ __('app.nav.news') }}

{{ __('app.news_alt') }} +
+ +

{{ __('app.nav.documents') }}

+ {{ __('app.nav.documents') }} +

{{ __('app.nav.services') }}

@@ -23,7 +28,10 @@

{{ __('app.nav.contact') }}

{{ __('app.nav.contact') }} +
+ +

{{ __('app.nav.imprint') }}

+ {{ __('app.nav.imprint') }} +
-

{{ __('app.nav.imprint') }}

- {{ __('app.nav.imprint') }} @endsection