diff --git a/public_html/resources/views/event/view.blade.php b/public_html/resources/views/event/view.blade.php
index da21e931..b969c63a 100644
--- a/public_html/resources/views/event/view.blade.php
+++ b/public_html/resources/views/event/view.blade.php
@@ -23,7 +23,15 @@
@foreach($event->categories as $cat)
{{$cat->name}}
- @endforeach
+ @endforeach
+
+ @if($event->payableWithCultureCard)
+
+
+ Kulturkarte
+
+
+ @endif
{!! $event->text !!}
diff --git a/public_html/resources/views/programm.blade.php b/public_html/resources/views/programm.blade.php
index f6551da9..c801b387 100644
--- a/public_html/resources/views/programm.blade.php
+++ b/public_html/resources/views/programm.blade.php
@@ -12,13 +12,20 @@
{{ $event->title }}
-
+
{{date('d. m. Y', strtotime($event->start_date))}}
@if($event->end_date != $event->start_date)
bis {{date('d. m. Y', strtotime($event->end_date))}}
@endif
+ @if($event->payableWithCultureCard)
+
+
+ Kulturkarte
+
+
+ @endif
{{$event->shorttext}}