diff --git a/app/Http/Controllers/Services/ServicesShowController.php b/app/Http/Controllers/Services/ServicesShowController.php index 1fd3beb..afa183b 100644 --- a/app/Http/Controllers/Services/ServicesShowController.php +++ b/app/Http/Controllers/Services/ServicesShowController.php @@ -20,6 +20,7 @@ public function __invoke(string $locale, Service $service): View 'name' => $service->name, 'teaser' => $service->teaser, 'content' => Str::of($service->content)->markdown(), + 'tags' => $service->tags, ]); } } diff --git a/lang/de_CH/components.php b/lang/de_CH/components.php index 5677919..1d13551 100644 --- a/lang/de_CH/components.php +++ b/lang/de_CH/components.php @@ -10,7 +10,7 @@ effizienter macht.', 'buttons' => [ 'discover_now' => 'Jetzt entdecken', - 'more' => 'Mehr über DocuWare,', + 'more' => 'Mehr über DocuWare', ], ], ], diff --git a/resources/views/app/contact/index.blade.php b/resources/views/app/contact/index.blade.php index c3a7939..da9503a 100644 --- a/resources/views/app/contact/index.blade.php +++ b/resources/views/app/contact/index.blade.php @@ -20,10 +20,9 @@ classAttributes="block"/>

Haupstrasse 91

CH-4455 Zunzgen

- + + stroke="currentColor" class="ml-1 size-3"> diff --git a/resources/views/app/legal/imprint/index.blade.php b/resources/views/app/legal/imprint/index.blade.php index e865058..0aaa48e 100644 --- a/resources/views/app/legal/imprint/index.blade.php +++ b/resources/views/app/legal/imprint/index.blade.php @@ -14,7 +14,7 @@ + stroke="currentColor" class="ml-1 size-3"> diff --git a/resources/views/app/products/show.blade.php b/resources/views/app/products/show.blade.php index 34bf521..0f2a941 100644 --- a/resources/views/app/products/show.blade.php +++ b/resources/views/app/products/show.blade.php @@ -11,5 +11,4 @@ @endif - \ No newline at end of file diff --git a/resources/views/app/services/show.blade.php b/resources/views/app/services/show.blade.php index ce207d0..0f2a941 100644 --- a/resources/views/app/services/show.blade.php +++ b/resources/views/app/services/show.blade.php @@ -7,4 +7,8 @@ + @if(in_array('DocuWare', $tags)) + + @endif + \ No newline at end of file diff --git a/resources/views/components/a-badge.blade.php b/resources/views/components/a-badge.blade.php index 264982b..84970e8 100644 --- a/resources/views/components/a-badge.blade.php +++ b/resources/views/components/a-badge.blade.php @@ -2,6 +2,6 @@ - {{ $slot }} {{ $label }} + {{ $slot }}