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/SBogers47/ehbocranendonck.nl/app/storage/views/2002d5fc33b2acd28832a96036b23fc6
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.events.subject'); ?></h1>
<p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.events.emailText'); ?></p>

<p><strong style="width: 200px; margin-right: 20px;">&nbsp;</strong>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.organisation'); ?></strong>

<?php foreach(['nameOrganisation', 'addressOrganisation', 'zipOrganisation', 'cityOrganisation'] as $item): ?>
    <?php if(isset(${$item}) && ${$item} != ''): ?>
        <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.'.$item); ?>: </strong><br/><?php echo ${$item}; ?></p>
    <?php endif; ?>
<?php endforeach; ?>

<p><strong style="width: 200px; margin-right: 20px;">&nbsp;</strong>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.contactPerson'); ?></strong>

<?php foreach(['nameContactPerson', 'phoneContactPerson', 'emailContactPerson'] as $item): ?>
    <?php if(isset(${$item}) && ${$item} != ''): ?>
        <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.'.$item); ?>: </strong><br/><?php echo ${$item}; ?></p>
    <?php endif; ?>
<?php endforeach; ?>

<p><strong style="width: 200px; margin-right: 20px;">&nbsp;</strong>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.paymaster'); ?></strong>

<?php foreach(['namePaymaster', 'emailPaymaster', 'addressPaymaster', 'zipPaymaster', 'cityPaymaster'] as $item): ?>
    <?php if(isset(${$item}) && ${$item} != ''): ?>
        <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.'.$item); ?>: </strong><br/><?php echo ${$item}; ?></p>
    <?php endif; ?>
<?php endforeach; ?>

<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.sendInvoiceOption'); ?>: </strong><br/><?php if(isset($sendInvoicePaymaster) && $sendInvoicePaymaster): ?><?php echo 'E-mail'; ?><?php else: ?><?php echo 'Post'; ?><?php endif; ?></p>

<p><strong style="width: 200px; margin-right: 20px;">&nbsp;</strong>
<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.event'); ?></strong>
<?php foreach(['startDateTime','endDateTime', 'descriptionEvent', 'attendees', 'visitors', 'location', 'firstAidPersons'] as $item): ?>
    <?php if(isset(${$item}) && ${$item} != ''): ?>
        <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.'.$item); ?>: </strong><br/><?php echo ${$item}; ?></p>
    <?php endif; ?>
<?php endforeach; ?>

<?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($formMessage)  && $formMessage != ''): ?>
    <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('translations.extraMessageEvent'); ?>: </strong><br/><?php echo nl2br($formMessage); ?></p>
<?php endif; ?>