special case: theater in march '26

This commit is contained in:
2025-10-01 21:36:00 +02:00
parent 447ae6d97d
commit 49fa19ed1e
17 changed files with 72 additions and 23 deletions

View File

@@ -40,7 +40,13 @@ $i = 0;
<div class="left event">
<span id="eventDate">{{date('d. m. Y', strtotime($seat->singleSeat()->first()->seat()->first()->date))}}</span>
<span id="additionalDate">{{date('H:i',strtotime($seat->singleSeat()->first()->seat()->first()->event()->first()->starttime))}}</span><br/>
<span id="additionalDate">
@if(date('d.m.Y', strtotime($seat->singleSeat()->first()->seat()->first()->date)) == '15.03.2026')
18:00
@else
{{date('H:i',strtotime($seat->singleSeat()->first()->seat()->first()->event()->first()->starttime))}}
@endif
</span><br/>
<span id="eventRoom">{{$seat->singleSeat()->first()->seat()->first()->event()->first()->room}}</span>
</div>
@@ -129,7 +135,14 @@ $i = 0;
<div class="left event">
<span id="eventDate">{{date('d.m.Y', strtotime($seat->singleSeat()->first()->seat()->first()->date))}}</span>
<span id="additionalDate">{{date('H:i',strtotime($seat->singleSeat()->first()->seat()->first()->event()->first()->starttime))}}</span><br/>
<span id="additionalDate">
@if(date('d.m.Y', strtotime($seat->singleSeat()->first()->seat()->first()->date)) == '15.03.2026')
18:00
@else
{{date('H:i',strtotime($seat->singleSeat()->first()->seat()->first()->event()->first()->starttime))}}
@endif
</span><br/>
<span id="eventRoom">{{$seat->singleSeat()->first()->seat()->first()->event()->first()->room }}
@if($seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl")
(bei Schlechtwetter im Saal/Findling &bull; gleicher Sitzplan)