<?php $__env->startSection('after-title'); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('master'); ?>
<div>
    <p><?php echo e(isset($msg) ? $msg : ''); ?></p>
    <form method='post'>
        <input type='text' name='email' placeholder='Insira o email para testar'><br><br>
        <input type='submit' value='Enviar teste'>
    </form>
</div>
<?php $__env->stopSection(); ?>




<?php echo $__env->make('clumsy::templates.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>