File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/57bb8dc45cb226713fb491bd112c8b7a
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.offerform'); ?></h1>
<p style="margin-bottom: 10px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.offertext'); ?></p>
<p style="margin-bottom: 30px"><?php echo $site; ?></p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('offer.name'); ?>: </strong><br/><?php echo $name; ?></p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('offer.email'); ?>: </strong><br/><?php echo $email; ?></p>
<?php if((isset($phone)) == ($phone != '')): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('offer.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; ?>