templates/website/parts/toast.html.twig line 1
{% for label,messages in app.flashes %}{% for message in messages %}<div id="toast" class="toast show align-items-center {{ label}} text-bg-primary border-0" role="alert" aria-live="assertive" aria-atomic="true"><div class="d-flex"><div class="toast-body">{{ message }}</div><button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button></div></div>{% endfor %}{% endfor %}<script>setTimeout(()=>{$('#toast').fadeOut(500)},3000)</script>