diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index ef7c731..b065a86 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -4,8 +4,6 @@
- -
- -
@@ -37,10 +33,6 @@ {!! $content->beschreibung !!}
- - - - @isset($content->bilder)

Bilder

@@ -52,26 +44,20 @@ @endforeach @endisset
- - -
-
-
+
+

Unverbindlich anfragen

- @if(session()->has('error'))
Fehler!
{{session()->get('error')}}
- - @endif @if(session()->has('success')) @@ -90,43 +76,39 @@
@else - -
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- +
+ -
- - +
+
@endif - -
diff --git a/content/index.blade.php b/content/index.blade.php index 538654b..786c194 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -31,8 +31,7 @@ @php($leistungen = filterByContentType("Ankündigung")) @if($leistungen->isNotEmpty())
- - +
@foreach($leistungen->take(3) as $content)
@@ -60,11 +59,9 @@ - {{ $content->title }} + {{ $content->title }} + {{ $content->ankundigung }} - - -
@endisset