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/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; ?>