{{ $document->title }} | {{ _format_date($document->date) }}


@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
Kundennummer: {{ $booking->customer_id }}
Buchungsnummer: {{ $booking->inquiry_id }}
Buchungsdatum: {{ _format_date($booking->booking_date) }}

Reisetermin: {{ _format_date($booking->start_date) }} - {{ _format_date($booking->end_date) }}
Reisenummer: {{ $booking->travel_number }}
Reiseprogramm: @if ($booking->travel_agenda) {{ $booking->travel_agenda->name }} @else {{ $booking->title }} @endif