@if($travel_user_booking_fewo->isInvoice())

bei Preis-/Änderungen überschreiben
 

Mietbestätigung / Rechnung: {{$travel_user_booking_fewo->getInvoiceFileName()}} Erstellt: {{$travel_user_booking_fewo->getInvoiceLastModified()}}

@else

 

@endif @if($travel_user_booking_fewo->send_user_mail) @foreach($travel_user_booking_fewo->send_user_mail as $send_user_mail) @endforeach
{!! key($send_user_mail) !!}
E-Mail versendet.
{!! nl2br(current($send_user_mail)) !!}
@endif
{{ Form::textarea('send_mail_user_notice', '', ['placeholder'=>'Wichtige Hinweise in E-Mail, werden nur in die aktuelle E-Mail übernommen', 'class' => 'form-control autoExpand', 'rows'=>1]) }}
 
@if($travel_user_booking_fewo->isTravelInfo())

bei Änderungen überschreiben
 

{{$travel_user_booking_fewo->getTravelInfoFileName()}} Erstellt: {{$travel_user_booking_fewo->getTravelInfoLastModified()}}

@else

Anreiseinfo
 

@endif
{{ Form::textarea('info_mail_text', $travel_user_booking_fewo->info_mail_text, ['class' => 'form-control autoExpand', 'rows'=>1, 'id'=>'travel_info_user_text']) }} Grundtext in ADMIN CMS > Inhalte > PDF Vorlage Anreiseinfo FeWo (Änderungen werden hier gespeichert.)
@php($info_mail_files_count = 1)
@if($travel_user_booking_fewo->fewo_lodging) @endif @foreach(\App\Services\BookingFewo::contentFiles() as $content_file) @if($file = \App\Models\CMSContent::getModelBySlug($content_file)) @endif @endforeach
@if($travel_user_booking_fewo->send_info_mail) @foreach($travel_user_booking_fewo->send_info_mail as $send_info_mail) @endforeach
{!! key($send_info_mail) !!}
E-Mail versendet.
{!! nl2br(current($send_info_mail)) !!}
@endif