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/SBogers10/ridderstee.komma.pro/app/views/emails/contactForm.blade.php
<h1>@lang('mail.contact.subject')</h1>
<p style="margin-bottom: 20px">@lang('mail.contact.kmsReplyText')</p>


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

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

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

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

@if(isset($formMessage)  && $formMessage != '')
    <p><strong style="width: 200px; margin-right: 20px;">@lang('mail.message2'): </strong><br/>{{nl2br($formMessage)}}</p>
@endif

<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.foundBy'): </strong><br/>{{$foundBy}}
    @if(isset($foundByAlternative)  && $foundByAlternative != '' && in_array($foundBy, ['Anders...', 'Sonst...']) )
        @lang('mail.foundByAlternative'):<br/>{{$foundByAlternative}}
    @endif
</p>

<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.acceptMailing'): </strong><br/>
    @if(isset($acceptMailing)  && $acceptMailing != '')
        Ja
    @else
        Nee
    @endif
</p>