|
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@if($document->voucher === null || $document->voucher !== 'agency')
@if ($booking->customer->salutation_id != 3)
{{ $booking->customer->getSalutation() }}
@endif
{{ $booking->customer->fullName() }} {{ $booking->customer->street }} {{ $booking->customer->zip }} {{ $booking->customer->city }} @if($booking->customer->travel_country) {{ $booking->customer->travel_country->name }} @endif Tel.: {{ $booking->customer->phone }} E-Mail-Adresse: {{ $booking->customer->email }} @endif |
|