File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/storage/views/be218cffb2eb1d538b759f703c4d147f
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.contact.subject'); ?></h1>
<p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.contact.kmsReplyText'); ?></p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.name'); ?>: </strong><br/><?php echo $name; ?></p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.phone'); ?>: </strong><br/><?php echo $phone; ?></p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.email'); ?>: </strong><br/><?php echo $email; ?></p>
<?php if(isset($address) && $address != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.address'); ?>: </strong><br/><?php echo $address; ?></p>
<?php endif; ?>
<?php if(isset($zip) && $zip != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.zip'); ?>: </strong><br/><?php echo $zip; ?></p>
<?php endif; ?>
<?php if(isset($city) && $city != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.city'); ?>: </strong><br/><?php echo $city; ?></p>
<?php endif; ?>
<?php if(isset($formMessage) && $formMessage != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.message2'); ?>: </strong><br/><?php echo nl2br($formMessage); ?></p>
<?php endif; ?>
<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 != ''): ?>
<?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>