File: D:/HostingSpaces/SBogers107/jeugdsportdagen.nl/app/storage/views/68f20107d7021266ce5ad5d3be3ac2d2
<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'); ?> ouder: </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'); ?> ouder: </strong><br/><?php echo $phone; ?></p>
<?php endif; ?>
<?php if(isset($email_child) && $email_child != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.email'); ?> kind: </strong><br/><?php echo $email_child; ?></p>
<?php endif; ?>
<?php if(isset($phone_child) && $phone_child != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.phone'); ?> kind: </strong><br/><?php echo $phone_child; ?></p>
<?php endif; ?>
<?php if(isset($sport) && $sport != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.sport'); ?>: </strong><br/>
<?php foreach($sport as $item): ?>
<?php echo $item; ?>,
<?php endforeach; ?>
</p>
<?php endif; ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.photo_consent'); ?>: </strong><br/>Ja</p>
<?php if(isset($specialties) && $specialties != ''): ?>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.specialties'); ?>: </strong><br/><?php echo $specialties; ?></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; ?>