23 lines
744 B
PHP
23 lines
744 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-rueckfragen') !!}
|
|
@if($set_contact_footer && $booking->travel_country)
|
|
@foreach ($booking->travel_country->getContactLandsModels() as $country)
|
|
{!! $country->contact_footer !!}
|
|
<br>
|
|
@endforeach
|
|
@endif
|
|
<br>
|
|
{!! \App\Models\CMSContent::getContentBySlug('pdf-footer-hinweise-reisebedingungen') !!}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|