Updates to 03-2025
This commit is contained in:
parent
881fc84207
commit
4eb83def39
142 changed files with 21396 additions and 11243 deletions
|
|
@ -7,12 +7,12 @@
|
|||
<tr>
|
||||
<td width="100%" class="text-center">
|
||||
{!! \App\Models\CMSContent::getContentBySlug('pdf-footer-hinweise-rueckfragen') !!}
|
||||
@if($booking->travel_country)
|
||||
@foreach ($booking->travel_country->getContactLandsModels() as $country)
|
||||
{!! $country->contact_footer !!}
|
||||
<br>
|
||||
@endforeach
|
||||
@endif
|
||||
@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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue