File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/views/emails/newsletter.blade.php
<h1>@lang('mail.newsletter.subject')</h1>
<p style="margin-bottom: 20px">@lang('mail.newsletter.kmsReplyText')</p>
<p><strong style="width: 200px; margin-right: 20px;">Taal: </strong><br/>{{\App::getLocale()}}</p>
@if(isset($name) && $name != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.name'): </strong><br/>{{$name}}</p>
@endif
@if(isset($phone) && $phone != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.phone'): </strong><br/>{{$phone}}</p>
@endif
<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.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>