HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers107/jeugdsportdagen.nl/app/storage/views/73ac65c2b259d333d61e063935f71071
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.subject'); ?></h1>

<p><?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.intro'); ?></p>

<p>
    <?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.line1'); ?><br>
    <?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.line2'); ?>
</p>

<p><?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.line3'); ?></p>

<p>
    <?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.closing'); ?><br><br>
    <?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.team'); ?><br>
    <?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.subteam'); ?>
</p>

<hr>

<h3><?php echo \Illuminate\Support\Facades\Lang::get('mail.subscribe.confirmation.formDataBelow'); ?>:</h3>

<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; ?>