Updates to 03-2025

This commit is contained in:
Kevin Adametz 2025-04-01 10:40:14 +02:00
parent 881fc84207
commit 4eb83def39
142 changed files with 21396 additions and 11243 deletions

View file

@ -1,14 +1,12 @@
<table border="0" cellspacing="0" cellpadding="0" class="booking-table">
<tr>
<th width="10%" class="text-center">Von</th>
<th width="10%" class="text-center">Bis</th>
<th width="55%">Leistungen</th>
<th width="10%" class="text-center">Teilnehmer</th>
<th width="15%" class="text-right">Preis in &euro;</th>
<th width="9%" class="text-center">Von</th>
<th width="9%" class="text-center">Bis</th>
<th width="65%">Leistungen</th>
<th width="11%" class="text-center">Teilnehmer</th>
<th width="5%" class="text-right">Preis in &euro;</th>
</tr>
@if ($booking->new_drafts)
@include('pdf.components.booking_drafs_voucher')
@else
@include('pdf.components.booking_drafs_old_voucher')