<?php $__env->startSection('body'); ?>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="500" height="0">
    <tr width="500" align="center" valign="top">
        <td height="48px" style="font-family:Arial,sans-serif;font-size:25px;color:#000000"><br><br>Reenvio de password<br><br></td>
    </tr>
    <tr width="500" align="justify" valign="top">
        <td style="font-family:Arial,sans-serif;font-size:12px;color:#000000">
            <p>Olá <?php echo $band->name; ?>,</p>
            <p>
                Segue abaixo a tua nova password para acederes à área da tua banda no EDP Live Bands:<br>
                <br>
                <b><?php echo $newPassword; ?></b>
            </p>
            <p>Dúvidas? Estamos sempre disponíveis para esclarecer. Basta entrarem em contacto connosco através do e-mail <a style="color:#000000;font-weight: bold;text-decoration: underline;" href="mailto:edplivebands@theevent.pt">edplivebands@theevent.pt</a>. Podem também consultar o regulamento completo na página do concurso! </p>
            <!--<p><a href="https://edplivebandsportugal.edp.com">https://edplivebandsportugal.edp.com</a></p>-->
            <p>Boa sorte.</p>
            <p>Equipa EDP Live Bands 2020<br><br></p>
        </td>
    </tr>
    <tr width="500" align="center" valign="top">
        <td height="20px"></td>
    </tr>
    <tr width="500" align="center" valign="top">
        <td><a href="<?php echo $band->permalink; ?>" style="font-family:Arial,sans-serif;font-size:12px;color:#000000;font-weight: bold;text-decoration: underline;"><?php echo $band->permalink; ?></a><br><br></td>
    </tr>
</table>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>