From 9f0038fca1ed3d60232617655795604ba22e806a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 27 Dec 2023 17:34:37 +0100 Subject: [PATCH] . --- content/contents/job.blade.php | 2 +- content/contents/leistungen.blade.php | 81 ++++++++++++++++++--------- content/contents/news.blade.php | 2 +- content/contents/produkt.blade.php | 2 +- content/contents/referenz.blade.php | 2 +- content/emails/checkout.blade.php | 16 +++--- content/includes/meta.blade.php | 59 +++++++++++++++---- content/index.blade.php | 6 +- content/pages/kontakt.blade.php | 45 ++++++++++++--- 9 files changed, 157 insertions(+), 58 deletions(-) diff --git a/content/contents/job.blade.php b/content/contents/job.blade.php index d6f2f3b..aca8003 100644 --- a/content/contents/job.blade.php +++ b/content/contents/job.blade.php @@ -104,7 +104,7 @@ @foreach($otherContents->take(3) as $otherContent) -
+
diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index 6389a49..69e6f77 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -45,38 +45,69 @@
-
-
- - -
- -
- - -
- -
- - + @if(session()->has('error')) +
+ Fehler! +
+ {{session()->get('error')}}
-
- - + @endif + + @if(session()->has('success')) +
+
+ +
+ @else + + + +
+ + +
+ +
+ + +
+ +
+ + +
-
- - -
+
+ + +
+ + +
+ + +
+ +
+ + @endif -
@@ -93,7 +124,7 @@ @foreach($otherContents->take(3) as $otherContent) -
+
diff --git a/content/contents/news.blade.php b/content/contents/news.blade.php index f697c8a..75bcc78 100644 --- a/content/contents/news.blade.php +++ b/content/contents/news.blade.php @@ -59,7 +59,7 @@ @foreach($otherContents->take(3) as $otherContent) -
+
diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 560ade3..5fd773e 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -180,7 +180,7 @@ @foreach($otherContents->take(3) as $otherContent) -
+
diff --git a/content/contents/referenz.blade.php b/content/contents/referenz.blade.php index e7feb06..20400ea 100644 --- a/content/contents/referenz.blade.php +++ b/content/contents/referenz.blade.php @@ -62,7 +62,7 @@ @foreach($otherContents->take(3) as $otherContent) -
+
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 @@ 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 @@
-
+
@@ -257,7 +257,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

-
+
@@ -20,7 +20,7 @@
-
+
@@ -36,7 +36,7 @@
-
+
@@ -76,7 +76,37 @@
-
+ @if(session()->has('error')) +
+ Fehler! +
+ {{session()->get('error')}} +
+ @endif + + + + @if(session()->has('success')) +
+
+ +
+
+ @else + + + + +
@@ -94,7 +124,7 @@
- +
@@ -105,10 +135,9 @@
+
- - -
+ @endif