File: D:/HostingSpaces/SBogers10/sportivo.komma.pro/app/storage/views/0696d922e2115d46b38bf8d00c20ef0f
<?php $__env->startSection('header'); ?> <img alt="sportivo_logo" src="http://sportivo.komma.pro/images/mail/mail_header.png" width="80%"/> <h2 style="text-align:center;font-weight:normal; text-transform: uppercase; font-family:Helvetica,Arial,sans-serif;color:#FFFFFF;font-size:23px;margin-top:10px;margin-bottom:10px;line-height:135%;">Contactformulier</h2> <div style="text-align:center;font-family:Helvetica,Arial,sans-serif;font-size:15px;margin-bottom:0;color:#FFFFFF;line-height:135%;">Het volgende bericht is binnengekomen via de website.</div> <?php $__env->stopSection(); ?> <?php $__env->startSection('section1'); ?> <h3 style="color:#FFFFFF;line-height:125%;font-family:Helvetica,Arial,sans-serif;font-size:20px;font-weight:normal;margin-top:0;margin-bottom:3px;text-align:left;">Personelijke informatie</h3> <div mc:edit="body" style="text-align:left;font-family:Helvetica,Arial,sans-serif;font-size:15px;margin-bottom:0;color:#808184;line-height:135%;"> <p>Naam: <?php echo $name; ?></p> <p>Telefoon: <?php echo $phone; ?></p> <p>Mail: <span style="color: #FF504B;"><?php echo $email; ?></span></p> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('section2'); ?> <div mc:edit="body" style="text-align:left;font-family:Helvetica,Arial,sans-serif;font-size:15px;margin-bottom:0;color:#808184;line-height:135%;"> <p> <?php echo (nl2br($message_text)); ?>
</p> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.mailBase', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>