File: D:/HostingSpaces/SBogers79/artofeinstein.be/app/storage/views/12b9d21f2ad81face4010d2b94987bae
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.contactFormTitle'); ?></h1> <p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.contactFormText'); ?></p> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.name'); ?>: </strong><br/><?php echo $name; ?></p> <?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($activity) && $activity != ''): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.activity'); ?>: </strong><br/><?php echo $activity; ?></p> <?php endif; ?> <?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($extra_message) && $extra_message != ''): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.message'); ?>: </strong><br/><?php echo $extra_message; ?></p> <?php endif; ?>