<?php $__env->startSection('content'); ?>
    <h3>Thank you for your purchase</h3>
    <p>We sent you a confirmation email to activate your newely created account. Please, check your inbox.</p>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>