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/SBogers101/cranendonckactief.nl/app/views/emails/subscribeForm.blade.php
<h1>@lang('mail.subscribe.subject')</h1>
<p style="margin-bottom: 20px">@lang('mail.subscribe.emailText')</p>

<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.supportTypeText'): </strong><br/> @lang('mail.supportType.'.$supportType)</p>
<p>&nbsp;</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.email'): </strong><br/>{{$email}}</p>

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

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

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

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