File: D:/HostingSpaces/SBogers10/straffer.komma.nl/app/views/emails/contactForm.blade.php
<h1>@lang('mail.contact.subject')</h1>
<p style="margin-bottom: 20px">@lang('mail.contact.emailText')</p>
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.name'): </strong><br/>{{$naam}}</p>
@if(isset($bedrijf) && $bedrijf != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.company'): </strong><br/>{{$bedrijf}}</p>
@endif
@if(isset($email) && $email != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.email'): </strong><br/>{{$email}}</p>
@endif
@if(isset($onderwerp) && $onderwerp != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.subject'): </strong><br/>{{$onderwerp}}</p>
@endif
@if(isset($bericht) && $bericht != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.message'): </strong><br/>{{$bericht}}</p>
@endif