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/SBogers26/gripp.nu/app/storage/views/545fff6c6b16ad1e3df14ebc7b03c89c
<h1><?php echo \Illuminate\Support\Facades\Lang::get('translations.contactForm'); ?></h1> <p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('translations.contactText'); ?></p> <?php if((isset($companyName)) == ($companyName != '')): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.form-labels.company-name'); ?>: </strong><br/><?php echo $companyName; ?></p> <?php endif; ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.form-labels.contact-name'); ?>: </strong><br/><?php echo $contactName; ?></p> <?php if((isset($emailForm)) == ($emailForm != '')): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.form-labels.email-form'); ?>: </strong><br/><?php echo $emailForm; ?></p> <?php endif; ?> <?php if((isset($phoneForm)) == ($phoneForm != '')): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.form-labels.phone-form'); ?>: </strong><br/><?php echo $phoneForm; ?></p> <?php endif; ?> <h4 style="margin-top: 20px; margin-bottom: 0px"><?php echo \Illuminate\Support\Facades\Lang::get('translations.form-labels.form-message'); ?></h4> <p> <?php echo nl2br($formMessage); ?> </p>