Skip to content

Commit df690d8

Browse files
committed
wip
1 parent d6d222d commit df690d8

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

app/Http/Controllers/Services/ServicesShowController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function __invoke(string $locale, Service $service): View
2020
'name' => $service->name,
2121
'teaser' => $service->teaser,
2222
'content' => Str::of($service->content)->markdown(),
23+
'tags' => $product->tags,
2324
]);
2425
}
2526
}

lang/de_CH/components.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
effizienter macht.',
1111
'buttons' => [
1212
'discover_now' => 'Jetzt entdecken',
13-
'more' => 'Mehr über DocuWare,',
13+
'more' => 'Mehr über DocuWare',
1414
],
1515
],
1616
],

resources/views/app/products/show.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
<x-docuware-showme/>
1212
@endif
1313

14-
1514
</x-app-layout>

resources/views/app/services/show.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
<x-content :content="$content"/>
88
</x-section>
99

10+
@if(in_array('DocuWare', $tags))
11+
<x-docuware-showme/>
12+
@endif
13+
1014
</x-app-layout>

0 commit comments

Comments
 (0)