diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 94bd667..fb59057 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -7,8 +7,6 @@ @section('content')
- -
@endisset - - @php($otherContents = filterByContentType("Produkte")->filter(function ($item) use ($content) { return $item->id != $content->id; })) @if($otherContents->isNotEmpty()) @@ -189,7 +178,6 @@

Weitere Produkte

- @foreach($otherContents->take(3) as $otherContent)
@@ -213,5 +201,5 @@ @stop @section('scripts') - + @stop