{% include 'common/header.html.twig' with {'assets': assets } %}

<div class="container-fluid" style="margin-left:20px;min-height:880px;">
    <div class="content-header row" style="text-align: center;font-size: 30px;font-weight: 700;margin-bottom:40px;">
        <i class="fa fa-check-circle" aria-hidden="true" style="color:green;"></i><br/>
        Επιτυχημένη Συναλλαγή
    </div>
    <div class="row" style="margin-bottom:50px;">
        <p style="line-height:40px;text-align: center;font-size:24px;">Αγαπητό μέλος,<br/><br/>Σας ενημερώνουμε ότι η
            ενέργεια που εκτελέσατε ήταν επιτυχής.</p>
    </div>
</div>

{{ render(controller('App\\Controller\\Common\\Footer::index')) }}
