08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -0,0 +1,17 @@
|
|||
<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 €</th>
|
||||
</tr>
|
||||
@if ($booking->new_drafts)
|
||||
|
||||
|
||||
@include('pdf.components.booking_drafs_voucher')
|
||||
@else
|
||||
@include('pdf.components.booking_drafs_old_voucher')
|
||||
@endif
|
||||
|
||||
</table>
|
||||
Loading…
Add table
Add a link
Reference in a new issue