HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/45543ce1d235ad3e13aa7dcd4806bbc7
<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 $first_name.' '.$last_name; ?>

</p>

<?php if((isset($email)) == ($email != '')): ?>
    <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('offer.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('offer.phone'); ?>: </strong><br/><?php echo $phone; ?></p>
<?php endif; ?>

<h4 style="margin-top: 20px; margin-bottom: 0px"><?php echo \Illuminate\Support\Facades\Lang::get('offer.message'); ?></h4>
<p>
    <?php echo nl2br($formMessage); ?>

</p>