mein-sterntours/resources/views/pdf/components/booking_regulations.blade.php
2025-04-01 10:40:14 +02:00

24 lines
No EOL
691 B
PHP

<table cellspacing="0" cellpadding="0" class="booking-table pdf-break-block">
<tr>
<th>
Sonstiges
</th>
</tr>
@if($booking->travel_country && $booking->travel_country->stern_travel_country)
<tr>
<td>
{!! $booking->travel_country->stern_travel_country->getNationalityRequirement(1) !!}
</td>
</tr>
@endif
@if(isset($document->name) && $document->name == 'registration')
<tr>
<td>
<br>
Reiserücktrittskostenversicherung angeboten [ <strong>X</strong> ]
<br><br>
</td>
</tr>
@endif
</table>