mein-sterntours/resources/views/pdf/components/booking_footer_storno.blade.php
Kevin Adametz 881fc84207 08 2024
2024-08-05 11:58:09 +02:00

15 lines
340 B
PHP

<table cellspacing="0" cellpadding="0" class="booking-table pdf-break-block">
<tr>
<th style="">
</th>
</tr>
<tr>
<td width="100%" class="text-center">
{!! \App\Models\CMSContent::getContentBySlug('pdf-footer-hinweise-reisebedingungen') !!}
</td>
</tr>
</table>