08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
23
resources/views/pdf/components/booking_footer.blade.php
Normal file
23
resources/views/pdf/components/booking_footer.blade.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<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($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>
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue