15 lines
340 B
PHP
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>
|
|
|
|
|
|
|