<?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>Parabéns! Estás na final do EDP Tanto Fado!<br><br></td>
    </tr>
    <tr width="500" align="justify" valign="top">
        <td style="font-family:Arial,sans-serif;font-size:12px;color:#000000">
            <p>Parabéns <?php echo $band->name; ?>,</p>
            <p>És um dos finalistas do EDP Tanto Fado. Conquistar o teu lugar no palco EDP Fado Café  na próxima edição do festival NOS Alive e editar um álbum com a Sony Music está apenas a um passo! </p>

            <p>Agora só tens de mostrar que a tua música tem alma na grande final e impressionar o júri do concurso. A final ao vivo vai ter lugar em Lisboa, no dia 20 de dezembro.</p>

            <p>Durante os próximos dias, a organização do concurso irá entrar em contacto contigo para solicitar toda a informação que necessita para preparação desse grande evento.</p>
            <p>Estamos disponíveis para esclarecer as tuas dúvidas e para te ajudar a ter a melhor final possível. </p>

            <p>Boa sorte!</p>
            <br>
            <p>A equipa do EDP Tanto Fado</p>
            <br>
            <p>Sónia Branco – 930 466 834</p>
            <p>Rodolfo Rodrigues – 938 556 449</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>Congratulations! You are in the final of EDP Tanto Fado!<br><br></td>
    </tr>

    <tr width="500" align="justify" valign="top">
        <td style="font-family:Arial,sans-serif;font-size:12px;color:#000000">
            <p>Congratulations <?php echo $band->name; ?>,</p>
            <p>You are one of the finalists of EDP Tanto Fado. Earning your place on the EDP Fado Café stage in the next edition of the NOS Alive festival and releasing an album with Sony Music is just a step away!</p>

            <p>Now you just have to impress the jury of the contest and show in the grand final that your music has soul. The live final will take place in Lisbon, on December 20th.</p>

            <p>During the next few days, the competition staff will contact you to request all the information you need to prepare for this great event.</p>
            <p>We are available to clarify any questions you might have and to help you have the best possible final. </p>

            <p>Good luck!</p>
            <br>
            <p>The EDP Tanto Fado team</p>
            <br>
            <p>Sónia Branco – 930 466 834</p>
            <p>Rodolfo Rodrigues – 938 556 449</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(); ?>