File: D:/HostingSpaces/SBogers107/jeugdsportdagen.nl/app/storage/views/8ae6d9aefcba9a1d5e280654b29e95f5
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.subject'); ?></h1>
<p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.emailText'); ?></p>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.name'); ?>: </strong><br/><?php echo $first_name.' '.$last_name; ?></p>
<?php if(isset($date) && $date != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.date'); ?>: </strong><br/><?php echo $date; ?></p>
<?php endif; ?>
<?php if(isset($address) && $address != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.address'); ?>: </strong><br/><?php echo $address; ?></p>
<?php endif; ?>
<?php if(isset($zip) && $zip != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.zip'); ?>: </strong><br/><?php echo $zip; ?></p>
<?php endif; ?>
<?php if(isset($city) && $city != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.city'); ?>: </strong><br/><?php echo $city; ?></p>
<?php endif; ?>
<?php if(isset($email) && $email != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.email'); ?>: </strong><br/><?php echo $email; ?></p>
<?php endif; ?>
<?php if(isset($phone) && $phone != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.phone'); ?>: </strong><br/><?php echo $phone; ?></p>
<?php endif; ?>
<?php if(isset($sleepPlaces) && $sleepPlaces != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.sleepPlaces'); ?>: </strong><br/><?php echo $sleepPlaces; ?></p>
<?php endif; ?>
<?php if(isset($countryPreference) && $countryPreference != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.countryPreference'); ?>: </strong><br/><?php echo $countryPreference; ?></p>
<?php endif; ?>
<?php if(isset($genderPreference) && $genderPreference != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.genderPreference'); ?>: </strong><br/><?php echo $genderPreference; ?></p>
<?php endif; ?>
<?php if(isset($sport) && $sport != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;">Voorkeur voor sporters: </strong><br/>
<?php foreach($sport as $item): ?>
<?php echo $item.', ';; ?>
<?php endforeach; ?>
</p>
<?php endif; ?>
<?php if(isset($sport_type) && $sport_type != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;">Ik bied plaats aan: </strong><br/>
<?php foreach($sport_type as $item): ?>
<?php echo $item.', ';; ?>
<?php endforeach; ?>
</p>
<?php endif; ?>
<?php if(isset($formMessage) && $formMessage != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.message'); ?>: </strong><br/><?php echo $formMessage; ?></p>
<?php endif; ?>