File: D:/HostingSpaces/SBogers107/jeugdsportdagen.nl/app/views/emails/subscribeForm.blade.php
<h1>@lang('mail.subscribe.subject')</h1>
<p style="margin-bottom: 20px">@lang('mail.subscribe.emailText')</p>
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.name'): </strong><br/>{{$first_name.' '.$last_name}}</p>
@if(isset($date) && $date != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.date'): </strong><br/>{{$date}}</p>
@endif
@if(isset($address) && $address != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.address'): </strong><br/>{{$address}}</p>
@endif
@if(isset($zip) && $zip != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.zip'): </strong><br/>{{$zip}}</p>
@endif
@if(isset($city) && $city != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.city'): </strong><br/>{{$city}}</p>
@endif
@if(isset($email) && $email != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.email') ouder: </strong><br/>{{$email}}</p>
@endif
@if(isset($phone) && $phone != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.phone') ouder: </strong><br/>{{$phone}}</p>
@endif
@if(isset($email_child) && $email_child != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.email') kind: </strong><br/>{{$email_child}}</p>
@endif
@if(isset($phone_child) && $phone_child != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.phone') kind: </strong><br/>{{$phone_child}}</p>
@endif
@if(isset($sport) && $sport != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.sport'): </strong><br/>
@foreach ($sport as $item)
{{ $item }},
@endforeach
</p>
@endif
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.photo_consent'): </strong><br/>Ja</p>
@if(isset($specialties) && $specialties != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.specialties'): </strong><br/>{{$specialties}}</p>
@endif
@if(isset($formMessage) && $formMessage != '')
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.message'): </strong><br/>{{$formMessage}}</p>
@endif