File: D:/HostingSpaces/SBogers109/excellentexecutivesearch.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.first-name') @lang('mail.last-name'): </strong><br/>{{$firstname}} {{$lastname}}</p>
@if(isset($phone) && $phone != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.phone'): </strong><br/>{{$phone}}</p>
@endif