diff --git a/content/contents/default.blade.php b/content/contents/default.blade.php index 6514831..1a51136 100644 --- a/content/contents/default.blade.php +++ b/content/contents/default.blade.php @@ -35,7 +35,13 @@

Unsere Verkaufsstandorte


{{$nach->title}}

+
+ @if ($nach->image) + Gallery image + + @endif +
{!! isset($nach->additional_fields['1']) ? $nach->additional_fields['1'] : 'keine Angaben' !!} @@ -43,10 +49,13 @@
- @if ($nach->image) - Gallery image + Gallery image + +
+ +
+ Gallery image - @endif
diff --git a/content/index.blade.php b/content/index.blade.php index 2c44d3d..0e7efef 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -24,20 +24,23 @@
-

Biohof Finkenhammer - Aktuelle Angebote und Informationen

+
+

Biohof Finkenhammer

+ +
-
+

Aktuelles

@foreach(filterByContentType($mdNachrichten, "News")->take(3) as $nach) -
+
@if ($nach->image)