special case: theater in march '26
This commit is contained in:
@@ -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 • gleicher Sitzplan)
|
||||
|
Reference in New Issue
Block a user