update
This commit is contained in:
@@ -110,11 +110,16 @@ $i = 0;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<span id="reduction">
|
|
||||||
@if($seat->concession()->first()->name != "Vollpreis")
|
|
||||||
|
<span id="reduction">@if($seat->concession()->first()->name != "Vollpreis")
|
||||||
|
@if(str_contains($seat->concession()->first()->name, ".ABO "))
|
||||||
|
{{ $seat->concession()->first()->name }}
|
||||||
|
@else
|
||||||
ermäßigt
|
ermäßigt
|
||||||
@endif
|
@endif
|
||||||
</span>
|
@endif</span>
|
||||||
|
|
||||||
<span id="price">EUR {{ number_format($price/100, 2) }}</span>
|
<span id="price">EUR {{ number_format($price/100, 2) }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user