diff --git a/content/emails/checkout.blade.php b/content/emails/checkout.blade.php
index 4f0c1eb..f88f5e2 100644
--- a/content/emails/checkout.blade.php
+++ b/content/emails/checkout.blade.php
@@ -201,18 +201,18 @@
- Sehr
- @if($anrede = 'Herr')
- geehrter Herr
- @else
- geehrte Frau
- @endif
- {{$form['vorname']}} {{$form['nachname']}}!
+ Hallo
+ {{$form['name']}}!
Wir haben Ihre Anfrage erhalten und werden diese schnellstmöglichst bearbeiten.
- Falls Sie bis dahin Fragen haben stehe ich Ihnen unter der Rufnummer
+ Ihre übermittelte Nachricht:
+
+ {{$form['nachricht']}}
+
+
+ Bei Fragen haben stehe ich unter der Rufnummer
{{$_telefonnummer}} zur Verfügung.
diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php
index ec871a5..6a9ac77 100644
--- a/content/includes/meta.blade.php
+++ b/content/includes/meta.blade.php
@@ -10,18 +10,57 @@
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+@if(Route::currentRouteName() == 'index')
+
+
+
+
+
+
+
+
+
+
+
+
+
+@elseif(Route::currentRouteName() == 'content' and isset($content))
+ {{ $content->title }}
+
+
+
+
+
+
+
+
+ @if ($content->image)
+
+ @else
+
+ @endif
+@else
+
+
+
+
+
+
+
+
+
+
+@endif
diff --git a/content/index.blade.php b/content/index.blade.php
index e0ead06..cce045f 100644
--- a/content/index.blade.php
+++ b/content/index.blade.php
@@ -212,7 +212,7 @@
Kontakt
-
+
@@ -236,7 +236,7 @@
-
+
-
+
diff --git a/content/pages/kontakt.blade.php b/content/pages/kontakt.blade.php
index 698df0f..bae91f8 100644
--- a/content/pages/kontakt.blade.php
+++ b/content/pages/kontakt.blade.php
@@ -6,7 +6,7 @@
Kontakt
- |