File: D:/HostingSpaces/SBogers33/broosensterck.nl/app/storage/views/b6d5b06cf940f5c796d81a41b8407bf2
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.smallOffer.subject'); ?></h1>
<p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.smallOffer.emailText'); ?></p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.first-name'); ?> <?php echo \Illuminate\Support\Facades\Lang::get('mail.last-name'); ?>: </strong><br/><?php echo $firstname; ?> <?php echo $lastname; ?></p>
<?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; ?>