File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/storage/views/5c8863490a2706ee75fc7c903f11ab32
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.newsletter.subject'); ?></h1>
<p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.newsletter.kmsReplyText'); ?></p>
<p><strong style="width: 200px; margin-right: 20px;">Taal: </strong><br/><?php echo \App::getLocale(); ?></p>
<?php if(isset($name) && $name != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.name'); ?>: </strong><br/><?php echo $name; ?></p>
<?php endif; ?>
<?php if(isset($phone) && $phone != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.phone'); ?>: </strong><br/><?php echo $phone; ?></p>
<?php endif; ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.email'); ?>: </strong><br/><?php echo $email; ?></p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.foundBy'); ?>: </strong><br/><?php echo $foundBy; ?>
<?php if(isset($foundByAlternative) && $foundByAlternative != '' && in_array($foundBy, ['Anders...', 'Sonst...']) ): ?>
<?php echo \Illuminate\Support\Facades\Lang::get('mail.foundByAlternative'); ?>:<br/><?php echo $foundByAlternative; ?>
<?php endif; ?>
</p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.acceptMailing'); ?>: </strong><br/>
<?php if(isset($acceptMailing) && $acceptMailing != ''): ?>
Ja
<?php else: ?>
Nee
<?php endif; ?>
</p>