<?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>EDP Tanto Fado – Não foi possível aprovar a tua inscrição<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>Não nos foi possível aprovar a tua inscrição no EDP Tanto Fado pelo(s) seguinte(s) motivo(s):</p>
            <p><?php echo $reasons; ?></p>
            <p>Mas ainda podes ter uma oportunidade. Envia-nos um email, para o endereço <a style="color:#000000;font-weight: bold;text-decoration: underline;" href="mailto:edptantofado@theevent.pt">edptantofado@theevent.pt</a>, com um novo link que cumpra com o que solicitamos acima. Não te esqueças de mencionar o nome com que te inscreveste para ser mais fácil identificar a tua candidatura.</p>
            <p>Podes também consultar o regulamento completo na página do concurso.</p>
            <p><a href="https://edp.com/edptantofado">https://edp.com/edptantofado</a></p>
            <p>Obrigado por participares.</p>
            <p>A equipa do EDP Tanto Fado</p>

        </td>
    </tr>
    <tr width="500" align="center" valign="top">
        <td height="10px"></td>
    </tr>

    <tr width="600" align="center" valign="top">
        <td>
            <img style="display:block; margin:0px; padding:0px" src="<?php echo $message->embed(public_path('assets/img/EDP_M_p_preto_rgb.png')); ?>" height="47" alt="logo" border="0" />
        </td>
    </tr>

    <tr width="500" align="center" valign="top">
        <td height="48px"><br><br>---------------------------------<br><br></td>
    </tr>
    <tr width="500" align="center" valign="top">
        <td height="48px" style="font-family:Arial,sans-serif;font-size:25px;color:#000000"><br><br>EDP Tanto Fado - We were unable to approve your registration<br><br></td>
    </tr>
    <tr width="500" align="justify" valign="top">
        <td style="font-family:Arial,sans-serif;font-size:12px;color:#000000">
            <p>Hello <?php echo $band->name; ?>,</p>
            <p>We were unable to approve your application to EDP Tanto Fado for the following reason(s):</p>
            <p><?php echo $reasons; ?></p>
            <p>But you still have a chance. Send us an email at <a style="color:#000000;font-weight: bold;text-decoration: underline;" href="mailto:edptantofado@theevent.pt">edptantofado@theevent.pt</a>, with a new link that complies with what we requested above. Don't forget to mention the name you signed up with to make it easier to identify your application.</p>
            <p>You can also consult the complete rules on the contest page.</p>
            <p><a href="https://edp.com/edptantofado">https://edp.com/edptantofado</a></p>
            <p>Thank you for participating.</p>
            <p>The EDP Tanto Fado team</p>
        </td>
    </tr>
    <tr width="500" align="center" valign="top">
        <td height="10px"></td>
    </tr>
</table>
<?php $__env->stopSection(); ?>

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