File: D:/HostingSpaces/SBogers84/zuiderbos.nl/app/storage/views/a1ff3b9a4097fa4721e52ddcd979f143
<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.emailText'); ?></p>
<?php if(isset($phone) && $phone != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;">School: </strong><br/><?php echo $school; ?></p>
<?php endif; ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.name'); ?>: </strong><br/><?php echo $name; ?></p>
<?php if(isset($email) && $email != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.email'); ?>: </strong><br/><?php echo $email; ?></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; ?>
<?php if(isset($formMessage) && $formMessage != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.message'); ?>: </strong><br/><?php echo nl2br($formMessage); ?></p>
<?php endif; ?>