From 8c7ad702837a92e2691fdecb3214de1d0f41c28d Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Mon, 30 Oct 2023 05:21:40 -0300 Subject: [PATCH] . --- content/contents/produkt.blade.php | 260 ++++++++++++++--------------- 1 file changed, 124 insertions(+), 136 deletions(-) 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