File: D:/HostingSpaces/SBogers60/vandeurzenheftrucks.nl/app/views/emails/demoForm.blade.php
<h1>@lang('mail.demo.subject')</h1>
<p style="margin-bottom: 20px">@lang('mail.demo.emailText')</p>
<p><strong style="width: 200px; margin-right: 20px;">Bedrijfsnaam: </strong><br/>{{$company}}</p>
<p><strong style="width: 200px; margin-right: 20px;">Contactpersoon: </strong><br/>{{$contact_person}}</p>
@if(isset($category) && $category != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.category'): </strong><br/>{{$category}}</p>
@endif
@if(isset($email) && $email != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.email'): </strong><br/>{{$email}}</p>
@endif
@if(isset($phone) && $phone != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.phone'): </strong><br/>{{$phone}}</p>
@endif
@if(isset($formMessage) && $formMessage != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.message'): </strong><br/>{{$formMessage}}</p>
@endif