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>