update
This commit is contained in:
@@ -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/>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user