File: D:/HostingSpaces/PDeckers/opelkapitan.nl/app/storage/views/29fd727c996f7872adc5cddf830d34c9
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.popUp.subject'); ?></h1> <p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.popUp.emailText'); ?></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; ?> <p> </p> <h2><?php echo \Illuminate\Support\Facades\Lang::get('mail.part'); ?></h2> <?php if(isset($part_nr) && $part_nr != ''): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.part_nr'); ?>: </strong><br/><?php echo $part_nr; ?></p> <?php endif; ?> <?php if(isset($part_title) && $part_title != ''): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.part_title'); ?>: </strong><br/><?php echo $part_title; ?></p> <?php endif; ?> <?php if(isset($part_price) && $part_price != ''): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.part_price'); ?>: </strong><br/><?php echo $part_price; ?></p> <?php endif; ?> <?php if(isset($part_place1) && $part_place1 != ''): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.part_place1'); ?>: </strong><br/><?php echo $part_place1; ?></p> <?php endif; ?> <?php if(isset($part_place2) && $part_place2 != ''): ?> <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.part_place2'); ?>: </strong><br/><?php echo $part_place2; ?></p> <?php endif; ?>