Kunde: {{ $customer_mail->customer->salutation->name }} {{ $customer_mail->customer->title }} {{ $customer_mail->customer->firstname }} {{ $customer_mail->customer->name }} @if($customer_mail->booking) ({{$customer_mail->booking->lead_id}}) @endif
@endif @if($customer_mail->booking)Buchung: @if($customer_mail->booking->travel_country_id) {{ " | ".$customer_mail->booking->travel_country->name }} @endif @if($customer_mail->booking->travelagenda_id) {{ " | ".$customer_mail->booking->travel_agenda->name }} @endif ({{ $customer_mail->booking_id }})
@endif @if($customer_mail->send) Mail gesendetDatum: {{$customer_mail->sent_at}}
@endif @if($customer_mail->fail) Mail Fehler{{$customer_mail->error }}
@endif