diff --git a/public_html/app/Http/Controllers/EventControllerHelper/EventStoreController.php b/public_html/app/Http/Controllers/EventControllerHelper/EventStoreController.php index 899f7051..cbe60087 100644 --- a/public_html/app/Http/Controllers/EventControllerHelper/EventStoreController.php +++ b/public_html/app/Http/Controllers/EventControllerHelper/EventStoreController.php @@ -61,7 +61,8 @@ class EventStoreController { if($this->isSomeKindOfReservation($newEvent)){ $reservationType = $newEvent->reservation()->first()->name; if($reservationType == "Mit Tischwahl"){ - $dates = array('2025-06-20', '2025-06-21', '2025-06-27', '2025-06-28', '2025-07-04', '2025-07-05', '2025-07-06', '2025-07-11', '2025-07-12', '2025-07-18', '2025-07-19', '2025-07-20' ); + $dates = array('2026-03-13','2026-03-14','2026-03-15','2026-03-18','2026-03-19'); + //$dates = array('2025-12-21'); //$dates = array($this->request["start_date"]); $newEvent->start_date = $dates[0]; @@ -160,26 +161,42 @@ class EventStoreController { private function updateSeatMapWithTables($seat) { - for($x = 1; $x <= 13; $x ++){ - $cols = 16; - if ($x >= 12) { - $cols = 10; - }else if($x >= 11) { - $cols = 12; - } + for($x = 9; $x <= 13; $x ++){ + $cols = 20; for($y = 1; $y <= $cols; $y++){ $s = new SingleSeat; $s->x = $x; $s->y = $y; - if($x <= 5){ - $s->category = 'b'; - } else{ $s->category = 'a'; - } $s->seat()->associate($seat); $s->save(); } } + + + + // start sommertheater +// for($x = 1; $x <= 13; $x ++){ +// $cols = 16; +// if ($x >= 12) { +// $cols = 10; +// }else if($x >= 11) { +// $cols = 12; +// } +// for($y = 1; $y <= $cols; $y++){ +// $s = new SingleSeat; +// $s->x = $x; +// $s->y = $y; +// if($x <= 5){ +// $s->category = 'b'; +// } else{ +// $s->category = 'a'; +// } +// $s->seat()->associate($seat); +// $s->save(); +// } +// } + } } diff --git a/public_html/public/imgs/events/1.jpeg b/public_html/public/imgs/events/1.jpeg index 2de4c35f..5109ea0f 100644 Binary files a/public_html/public/imgs/events/1.jpeg and b/public_html/public/imgs/events/1.jpeg differ diff --git a/public_html/public/imgs/events/1518101472_010.jpg.jpeg b/public_html/public/imgs/events/1518101472_010.jpg.jpeg index 2372876c..ca62a4b6 100644 Binary files a/public_html/public/imgs/events/1518101472_010.jpg.jpeg and b/public_html/public/imgs/events/1518101472_010.jpg.jpeg differ diff --git a/public_html/public/imgs/events/1759303297_blob b/public_html/public/imgs/events/1759303297_blob new file mode 100644 index 00000000..83c707d0 Binary files /dev/null and b/public_html/public/imgs/events/1759303297_blob differ diff --git a/public_html/public/imgs/events/1759344072_blob b/public_html/public/imgs/events/1759344072_blob new file mode 100644 index 00000000..230be841 Binary files /dev/null and b/public_html/public/imgs/events/1759344072_blob differ diff --git a/public_html/public/imgs/events/1759344708_blob b/public_html/public/imgs/events/1759344708_blob new file mode 100644 index 00000000..8aff0ece Binary files /dev/null and b/public_html/public/imgs/events/1759344708_blob differ diff --git a/public_html/public/imgs/events/1759345114_blob b/public_html/public/imgs/events/1759345114_blob new file mode 100644 index 00000000..6dfabf58 Binary files /dev/null and b/public_html/public/imgs/events/1759345114_blob differ diff --git a/public_html/public/imgs/events/1759345437_blob b/public_html/public/imgs/events/1759345437_blob new file mode 100644 index 00000000..5d007071 Binary files /dev/null and b/public_html/public/imgs/events/1759345437_blob differ diff --git a/public_html/public/imgs/events/1759345611_blob b/public_html/public/imgs/events/1759345611_blob new file mode 100644 index 00000000..015b73b2 Binary files /dev/null and b/public_html/public/imgs/events/1759345611_blob differ diff --git a/public_html/public/imgs/events/2.jpeg b/public_html/public/imgs/events/2.jpeg index 78c6cf47..029a3120 100644 Binary files a/public_html/public/imgs/events/2.jpeg and b/public_html/public/imgs/events/2.jpeg differ diff --git a/public_html/public/imgs/events/3.jpeg b/public_html/public/imgs/events/3.jpeg index 0a6d638a..b207dc49 100644 Binary files a/public_html/public/imgs/events/3.jpeg and b/public_html/public/imgs/events/3.jpeg differ diff --git a/public_html/resources/views/admin/print/index.blade.php b/public_html/resources/views/admin/print/index.blade.php index 51a78054..f862604c 100644 --- a/public_html/resources/views/admin/print/index.blade.php +++ b/public_html/resources/views/admin/print/index.blade.php @@ -40,7 +40,13 @@ $i = 0;
{{date('d. m. Y', strtotime($seat->singleSeat()->first()->seat()->first()->date))}} - {{date('H:i',strtotime($seat->singleSeat()->first()->seat()->first()->event()->first()->starttime))}}
+ +@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 +
{{$seat->singleSeat()->first()->seat()->first()->event()->first()->room}}
@@ -129,7 +135,14 @@ $i = 0;
{{date('d.m.Y', strtotime($seat->singleSeat()->first()->seat()->first()->date))}} - {{date('H:i',strtotime($seat->singleSeat()->first()->seat()->first()->event()->first()->starttime))}}
+ + +@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 +
{{$seat->singleSeat()->first()->seat()->first()->event()->first()->room }} @if($seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl") (bei Schlechtwetter im Saal/Findling • gleicher Sitzplan) diff --git a/public_html/resources/views/book/confirmation.blade.php b/public_html/resources/views/book/confirmation.blade.php index 758b0d49..3141a755 100644 --- a/public_html/resources/views/book/confirmation.blade.php +++ b/public_html/resources/views/book/confirmation.blade.php @@ -49,6 +49,9 @@ $eventName = $event->title; $eventDate = date("d. m. Y", strtotime($seat->date)); $eventTime = $event->starttime; + if($eventDate == '15. 03. 2026'){ + $eventTime = '18:00'; + } $sumPrice = 0; $my_user = Auth::user(); diff --git a/public_html/resources/views/book/viewTable.blade.php b/public_html/resources/views/book/viewTable.blade.php index bacd04a9..88259376 100644 --- a/public_html/resources/views/book/viewTable.blade.php +++ b/public_html/resources/views/book/viewTable.blade.php @@ -42,6 +42,7 @@ div.seatCharts-row:nth-child(7){ padding-top: 70px; } +/* div.seatCharts-row:nth-child(1){ margin-left: 96px; } @@ -50,7 +51,7 @@ div.seatCharts-row:nth-child(2){ } div.seatCharts-row:nth-child(3){ margin-left: 64px; -} +}*/ /*SOMMERTHEATERdiv.seatCharts-row:nth-last-child(53){ margin-left: 32%; } diff --git a/public_html/resources/views/emails/reservationsuccessfull.blade.php b/public_html/resources/views/emails/reservationsuccessfull.blade.php index 75b3f073..c542cb07 100644 --- a/public_html/resources/views/emails/reservationsuccessfull.blade.php +++ b/public_html/resources/views/emails/reservationsuccessfull.blade.php @@ -3,7 +3,7 @@ $seat = $order->singleseatusers()->first(); $i = 0; ?> @if(!is_null($seat)) - Ihre Ticketbestellung für "{{$seat->singleSeat()->first()->seat()->first()->event()->first()->title}}" am {{date('d. F Y', strtotime($seat->singleSeat()->first()->seat()->first()->date))}} wurde erfolgreich abgeschlossen. Folgende Tickets wurden für Sie reserviert: + Ihre Ticketbestellung für "{{$seat->singleSeat()->first()->seat()->first()->event()->first()->title}}" am {{date('d.n.Y', strtotime($seat->singleSeat()->first()->seat()->first()->date))}} wurde erfolgreich abgeschlossen. Folgende Tickets wurden für Sie reserviert: @else Ihre Ticketbestellung für die Silvesterveranstaltung wurde erfolgreich abgeschlossen. Folgende Tickets wurden für Sie reserviert: @endif diff --git a/public_html/resources/views/home.blade.php b/public_html/resources/views/home.blade.php index 829abd38..dc94ada0 100644 --- a/public_html/resources/views/home.blade.php +++ b/public_html/resources/views/home.blade.php @@ -111,21 +111,21 @@ HIER ENDET DER GALERIEEINTRAG-----------------> - +
- 25 - September + 02 + Oktober 2025
-

RUDI ANSCHOBER

+

GABRIEL CASTANEDA

-

Ermutigung - Vortrag und Diskussion

+

"Hardi Gatti"

- +
diff --git a/public_html/resources/views/static/ausstellungen.blade.php b/public_html/resources/views/static/ausstellungen.blade.php index 7e8ae19c..a43a344b 100644 --- a/public_html/resources/views/static/ausstellungen.blade.php +++ b/public_html/resources/views/static/ausstellungen.blade.php @@ -7,6 +7,21 @@
+
+ + JOHANN WIMMER 14.September 2025 +
+
+ + "Den Puls der Zeit spüren, sich aber nicht vom Sog der Zeit mitreißen lassen." | Vernissage Bruckmühle

+ + +

+ +
+ + +
PROF. HERBERT FRIEDL 4.Mai 2025 @@ -110,7 +125,7 @@ Lets come together | Vernissage Bruckmühle

- +