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/EUmans/umansradepo.be/app/views/emails/offerForm.blade.php
<h1>@lang('mail.offerform')</h1>
<p style="margin-bottom: 10px">@lang('mail.offertext')</p>
<p style="margin-bottom: 30px">{{$site}}</p>

<p><strong style="width: 200px; margin-right: 20px;">@lang('offer.name'): </strong><br/>{{$first_name.' '.$last_name}}
</p>

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

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