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

@@ -23,7 +23,15 @@
@foreach($event->categories as $cat)
<a class="ui tag label">{{$cat->name}}</a>
@endforeach
@endforeach
@if($event->payableWithCultureCard)
<div class="ui big label">
<i class="ticket alternate icon"></i>
Kulturkarte
</div>
@endif
{!! $event->text !!}