{{-- @if (!isset($is_agency) || $is_agency !== true) --}}
@if ($booking->customer->salutation_id != 3)
{{ $booking->customer->getSalutation() }}
@endif
{{ $booking->customer->fullName() }}
{{ $booking->customer->street }}
{{ $booking->customer->zip }} {{ $booking->customer->city }}
{{ $booking->customer->country_id }}
Tel.: {{ $booking->customer->phone }}
E-Mail-Adresse: {{ $booking->customer->email }}
{{-- @endif --}}
|
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 }}
@if ($booking->travel_agenda)
{{ $booking->travel_agenda->title }}
@else
{{ $booking->title }}
@endif
|