diff --git a/content/contents/default.blade.php b/content/contents/default.blade.php index e94c227..b45edf6 100644 --- a/content/contents/default.blade.php +++ b/content/contents/default.blade.php @@ -48,44 +48,98 @@ @isset($content->data_fields['extensive_description']) -

Features

+

Beschreibung

+ +
+ {!!$content->data_fields['extensive_description']!!} + +
-

- {{$content->data_fields['extensive_description']}} -

@endisset -
-

Screenshots

+ @isset($content->data_fields['features']) +

Features

+
-
-
- +
+ @if($content->data_fields['features'] == "Dashboard") +
+
+ +
-
- + @endif -
-
- +
+
+ +
-
- -
-
- -
- -
+
+
+ @endisset + + + + +

Screenshots

+ +
+
+ + +
+
+ + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ @@ -93,16 +147,21 @@