Kunde: {{ $customer_mail->customer->getSalutation() }} {{ $customer_mail->customer->title }} {{ $customer_mail->customer->firstname }} {{ $customer_mail->customer->name }} @if($customer_mail->customer) ({{$customer_mail->customer->id}}) @endif
@endif @if($customer_mail->booking)Buchung: @if($customer_mail->booking->fewo_lodging_id) {{ $customer_mail->booking->fewo_lodging->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