diff --git a/content/index.blade.php b/content/index.blade.php index 013a56c..98711ca 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,9 +1,5 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') - - -@section('content') - - -
@@ -35,21 +29,10 @@
- - - - - - - - - -
-

@@ -57,44 +40,31 @@


-

Aktuelles

- - + @if(filterByContentType("News")->count() == 0)
Derzeit noch keine Neuigkeiten auf der Homepage veröffentlicht -




-
+ @endif +
+ @foreach(filterByContentType("News")->take(3) as $content)
- +
-

Lorem ipsum dolor sit amet

- -

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam at, delectus dignissimos distinctio dolores ea et ex maiores obcaecati reiciendis sed sequi vero voluptas? Assumenda ducimus fuga illum? Molestiae, possimus. - -

+

{{$content->title}}

+

{!! $content->vorschau !!}

- + @endforeach
- - - - Ältere Nachrichten - - - -
@stop \ No newline at end of file