diff --git a/content/index.blade.php b/content/index.blade.php index a186e47..762d525 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -9,7 +9,6 @@ overflow: hidden; font-size: 16px; } - .img-parallax { width: 100vmax; z-index: -1; @@ -24,7 +23,6 @@ @section('content')
-
@@ -51,10 +48,6 @@
- - - -
@@ -63,8 +56,6 @@
- - @if($type->get("Ankündigung")->status) @php($ankundigung = filterByContentType("Ankündigung")) @if($ankundigung->isNotEmpty()) @@ -79,7 +70,6 @@ - {{ $content->title }} {{ $content->ankundigung }} Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi asperiores atque aut dolorem doloribus hic iusto laboriosam, laborum magnam magni molestiae optio provident ratione rerum sapiente sequi sint tempora voluptatibus.
@@ -89,8 +79,7 @@
- @else - + @els @endisset - @endforeach @endif @endif - - - @if($type->get("Leistungen")->status) @php($leistungen = filterByContentType("Leistungen")) @if($leistungen->isNotEmpty())
-

Leistungen

- @foreach($leistungen->take(3) as $contentIndex => $content) -
@@ -138,33 +120,23 @@
- - @endforeach - @if($leistungen->count() > 3) - - @endif - -
@endif @endif - - @if($type->get("News")->status) @php($news = filterByContentType("News")) @if($news->isNotEmpty()) @@ -174,7 +146,6 @@

Aktuelles

- @foreach($news->take(3) as $index => $content)
@@ -196,7 +167,6 @@ {!! Str::limit($content->vorschau, 280) !!}
- -
@endforeach - @if($news->count() > 3)
@@ -218,13 +186,11 @@
@endif - @endif @endif - @if($type->get("Produkte")->status) @php($products = filterByContentType("Produkte")) @if($products->isNotEmpty()) @@ -234,7 +200,6 @@

Produkte

- @foreach($products->take(3) as $content)
@@ -247,17 +212,14 @@ {{$content->title}} -
{{$content->updated_at->diffForHumans()}}
- {{$content->kurzbeschreibung}}
- -
@endforeach - @if($products->count() > 3)
@@ -279,13 +239,11 @@
@endif - @endif @endif -
@@ -296,21 +254,13 @@
- -

- - Telefon: {{$_telefonnummer}} - -




- -
@@ -318,35 +268,23 @@
-
-
- - -
-

{{$_legal_name}}
@@ -354,24 +292,14 @@
{{$_legal_zip_code}} {{$_legal_city}}

- - -
- -
- -
- +
+
+ - - -
- @stop - @section('scripts') - - - Derzeit keine Inhalte in {{ $list->name }} veröffentlicht. - @endif - - - - - diff --git a/content/master.blade.php b/content/master.blade.php index 74e2083..8e21c72 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -3,15 +3,9 @@ - @include('template.'.config('settings.template').'.content.includes.meta') @include('template.'.config('settings.template').'.content.includes.css') - @yield('head') - - - - @if($_contact_bar) @@ -33,46 +27,35 @@ @else
@endif - - @yield('content') - @include('template.'.config('settings.template').'.content.includes.cookie-banner') - @if($_warenkorb_aktiv) - @endif - @include('template.'.config('settings.template').'.content.includes.footer') @include('template.'.config('settings.template').'.content.includes.scripts') @yield('scripts')