This commit is contained in:
2025-10-22 21:53:01 +02:00
parent b22f36df47
commit 08c47d6fc2
2 changed files with 13 additions and 7 deletions

View File

@@ -109,12 +109,17 @@ $i = 0;
<span id="customerName">{{$seat->user()->withTrashed()->first()->title}} {{$seat->user()->withTrashed()->first()->firstname}} {{$seat->user()->withTrashed()->first()->lastname}} </span> <span id="customerName">{{$seat->user()->withTrashed()->first()->title}} {{$seat->user()->withTrashed()->first()->firstname}} {{$seat->user()->withTrashed()->first()->lastname}} </span>
</div> </div>
<div class="right"> <div class="right">
<span id="reduction">
@if($seat->concession()->first()->name != "Vollpreis")
ermäßigt <span id="reduction">@if($seat->concession()->first()->name != "Vollpreis")
@endif @if(str_contains($seat->concession()->first()->name, ".ABO "))
</span> {{ $seat->concession()->first()->name }}
@else
ermäßigt
@endif
@endif</span>
<span id="price">EUR {{ number_format($price/100, 2) }}</span> <span id="price">EUR {{ number_format($price/100, 2) }}</span>
</div> </div>

View File

@@ -25,10 +25,11 @@
<h2><b>COMEDIA Bruckmühle Ensemble</b></h2> <h2><b>COMEDIA Bruckmühle Ensemble</b></h2>
<img src="https://www.bruckmuehle.at/imgs/gasthaus_bruckmuehle/upload/vorstand.jpg" height="300"> <img src="https://www.bruckmuehle.at/imgs/gasthaus_bruckmuehle/upload/vorstand.jpg" height="300">
<br><br> <br><br>
Unsere nächste Produktion: <br> Unsere nächsten Produktionen: <br>
<!-----START NEUE VERANSTALTUNG------> <!-----START NEUE VERANSTALTUNG------>
<a class="ui fluid card" href="http://www.comedia.at/workshop.php"><b> WORKSHOP mit Markus Kupferblum </b></a>
<a class="ui fluid card" href="https://www.bruckmuehle.at/event/1867"><b> DER GROSSE GATSBY </b></a> <a class="ui fluid card" href="https://www.bruckmuehle.at/event/1867"><b> DER GROSSE GATSBY </b></a>
<br> <br>