From e419434c29c41344a16269977cf4eee68dd8f1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 25 Jul 2023 18:33:26 +0200 Subject: [PATCH] . --- content/contents/leistungen.blade.php | 72 +++---- content/contents/produkt.blade.php | 106 +--------- content/index.blade.php | 37 ++-- content/lists/aktuelles.blade.php | 2 +- content/lists/leistungen.blade.php | 16 +- content/lists/produkte.blade.php | 6 +- content/pages/datenschutz.blade.php | 13 -- content/pages/ergotherapie.blade.php | 265 ------------------------- content/pages/impressum.blade.php | 10 - content/pages/kontakt.blade.php | 13 -- content/pages/physiotherapie.blade.php | 265 ------------------------- variables.json | 44 +++- 12 files changed, 105 insertions(+), 744 deletions(-) delete mode 100644 content/pages/ergotherapie.blade.php delete mode 100644 content/pages/physiotherapie.blade.php diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index 9720ad2..d9f2275 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -2,20 +2,21 @@ @section('content')
-
-
-

{{$content->title}}

-
-
- {!! $content->beschreibung !!} -
-
- Veröffentlicht: {{date('d.m.Y', strtotime($content->created_at))}} -
-
+
+ + +
+

{{$content->title}}

+
+
+ {!! $content->beschreibung !!} +
+
+ Veröffentlicht: {{date('d.m.Y', strtotime($content->created_at))}} +

@@ -26,40 +27,43 @@
-
-
-

Unverbindlich anfragen

+
+
+

Unverbindlich anfragen

-
- - -
We'll never share your email with anyone else.
-
- -
- - -
- -
- +
+
-
- - +
+ + +
+ +
+ +
-
- - +
+ +
- + + +
+ + +
+ +
diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 5cad8ec..5831ebe 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -11,11 +11,10 @@ @elseif(session()->has('error'))
{{session()->get('error')}}
@endif -
- Bild {{$content->title}} + Bild {{$content->title}}


@@ -23,9 +22,8 @@

{{$content->title}}

- {{$content->preis}} € - 0% MwSt. -

Dieser Artikel ist aufgrund des Jahressteuergesetzes 2022 als Photovoltaik Artikel mehrwertsteuerfrei, für weitere Details klicken Sie hier

+ {{$content->preis}} € + inkl. 19% MwSt.
@@ -54,69 +52,8 @@
@endisset -
-

- -

- - - - - -
-
@@ -163,50 +100,23 @@
- - - - @isset($content->hersteller) - - - - - @endisset - - @isset($content->leistung) - - - - - @endisset - - - - - - - - - - -
Hersteller{{$content->hersteller}}
Leisung:{{$content->leistung}} Watt
Zellstruktur:Monokristalin
- -
-
-
@stop @section('scripts') - + @stop diff --git a/content/index.blade.php b/content/index.blade.php index 32a86e6..b2caa67 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,28 +1,27 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') - - -
-
-
-
-

{{config('settings.name')}}

-

- {{config('settings.description')}} -

-
+ + +
+ +
+
+

{{config('settings.name')}}

+

{{config('settings.description')}}

+
-
- - - - - +
@@ -30,11 +29,11 @@
-

Aktuelles

+

Aktuelles

@foreach(filterByContentType("News")->take(3) as $content)
-
+
diff --git a/content/lists/aktuelles.blade.php b/content/lists/aktuelles.blade.php index be589b7..5879e9d 100644 --- a/content/lists/aktuelles.blade.php +++ b/content/lists/aktuelles.blade.php @@ -18,7 +18,7 @@ @foreach($contents as $content)
-
+
diff --git a/content/lists/leistungen.blade.php b/content/lists/leistungen.blade.php index f88e1d4..7c4df51 100644 --- a/content/lists/leistungen.blade.php +++ b/content/lists/leistungen.blade.php @@ -28,19 +28,13 @@
+

{{$content->title}}

+ +
{{$content->preis}} €
+ + {!! Str::limit($content->kurzbeschreibung, 100) !!} -

{{$content->title}}

- -
- -
{{date('d.m.Y H:i', strtotime($content->created_at))}}
- -
- -

- -

diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php index eaebf5f..b2951a6 100644 --- a/content/lists/produkte.blade.php +++ b/content/lists/produkte.blade.php @@ -24,9 +24,9 @@

{{$content->title}}

-
{{ $content->updated_at->diffForHumans() }}
+
{{$content->preis}} €
- {!! Str::limit($content->title, 280) !!} + {!! Str::limit($content->kurzbeschreibung, 100) !!} @@ -34,7 +34,7 @@