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/SBogers101/cranendonckactief.nl/app/storage/views/27c5ce5dfa44ea64b31c61928fe2a497
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.subject'); ?></h1>
<p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.emailText'); ?></p>

<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.supportType'); ?>: </strong><br/> <?php echo \Illuminate\Support\Facades\Lang::get('mail.supportType.'.$supportType); ?></p>
<p>&nbsp;</p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.name'); ?>: </strong><br/><?php echo $name; ?></p>

<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.email'); ?>: </strong><br/><?php echo $email; ?></p>

<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.address'); ?>: </strong><br/><?php echo $address; ?></p>

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

<?php if(isset($mobile) && $mobile != ''): ?>
    <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.mobile'); ?>: </strong><br/><?php echo $mobile; ?></p>
<?php endif; ?>