templates/_partials/widgets/toast.html.twig line 1
{% for label, messages in app.flashes %}<div class="notification-toast" id="toast"><div class="toast-body alert alert-{{ label }}" role="alert"><div class="row d-flex">{% for message in messages %}<div class="col-10 d-flex justify-content-center"><span style="font-size: 1rem !important;">{{ message | raw }}</span></div><div class="col-1 d-flex justify-content-center"></div>{% endfor %}</div></div></div>{% endfor %}