From e0d93087408d7c1d9c962e957e803a7c195390d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sat, 12 Aug 2023 17:47:21 +0200 Subject: [PATCH] . --- content/contents/produkt.blade.php | 9 +++++---- content/includes/footer.blade.php | 4 ++-- content/index.blade.php | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index a00626c..d12464b 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -40,28 +40,29 @@
- @if($content->verfuegbarkeit = 'sofort verfuegbar') + + @if($content->verfugbarkeit == 'sofort verfuegbar') Sofort in {{$_legal_city}} verfügbar! - @elseif($content->verfuegbarkeit = 'in kuerze verfuegbar') + @elseif($content->verfugbarkeit == 'In kürze Verfügbar') In Kürze wieder verfügbar - @elseif($content->verfuegbarkeit = 'auf bestellung verfuegbar') + @elseif($content->verfugbarkeit = 'auf bestellung verfuegbar') Produkt ist auf Bestellung verfügbar. - @elseif($content->verfuegbarkeit = 'nicht mehr verfuegbar') + @elseif($content->verfugbarkeit = 'nicht mehr verfuegbar') diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index 0cfe680..1687e92 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -1,14 +1,14 @@