File: D:/HostingSpaces/SBogers60/agrimac.nl/app/views/emails/smallOfferForm.blade.php
<h1>@lang('mail.smallOffer.subject')</h1>
<p style="margin-bottom: 20px">@lang('mail.smallOffer.emailText')</p>
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.name'): </strong><br/>{{$name}}</p>
@if(isset($phone) && $phone != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.phone'): </strong><br/>{{$phone}}</p>
@endif
@if(isset($company) && $company != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.company'): </strong><br/>{{$company}}</p>
@endif
@if(isset($city) && $city != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.city'): </strong><br/>{{$city}}</p>
@endif
@if(isset($truckType) && $truckType != '')
<p><strong style="width: 200px; margin-right: 20px;">Truck type: </strong><br/>{{$truckType}}</p>
@endif
@if(isset($timeSlot) && $timeSlot != '')
<p><strong style="width: 200px; margin-right: 20px;">Contact moment: </strong><br/>{{$timeSlot}}</p>
@endif