This commit is contained in:
2025-10-20 21:37:52 +02:00
parent 18d456af64
commit b22f36df47
2 changed files with 17 additions and 2 deletions

View File

@@ -25,6 +25,14 @@
<a class="ui tag label">{{$cat->name}}</a>
@endforeach
@if($event->payableWithCultureCard)
<div class="ui big label">
<i class="ticket alternate icon"></i>
Kulturkarte
</div>
@endif
{!! $event->text !!}
<br/>

View File

@@ -19,6 +19,13 @@
bis {{date('d. m. Y', strtotime($event->end_date))}}
@endif
</div>
@if($event->payableWithCultureCard)
<div class="ui label">
<i class="ticket alternate icon"></i>
Kulturkarte
</div>
@endif
<p>
{{$event->shorttext}}
</p>