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/views/emails/contactForm.blade.php
<h1>@lang('translations.contactForm')</h1>
<p style="margin-bottom: 20px">@lang('translations.contactText')</p>

@if((isset($companyName)) == ($companyName != ''))
    <p><strong style="width: 200px; margin-right: 20px;">@lang('translations.form-labels.company-name'): </strong><br/>{{$companyName}}</p>
@endif

<p><strong style="width: 200px; margin-right: 20px;">@lang('translations.form-labels.contact-name'): </strong><br/>{{$contactName}}</p>

@if((isset($emailForm)) == ($emailForm != ''))
    <p><strong style="width: 200px; margin-right: 20px;">@lang('translations.form-labels.email-form'): </strong><br/>{{$emailForm}}</p>
@endif
@if((isset($phoneForm)) == ($phoneForm != ''))
    <p><strong style="width: 200px; margin-right: 20px;">@lang('translations.form-labels.phone-form'): </strong><br/>{{$phoneForm}}</p>
@endif

    <h4 style="margin-top: 20px; margin-bottom: 0px">@lang('translations.form-labels.form-message')</h4>
    <p>
        {{nl2br($formMessage)}}
    </p>