{# Toast Notification Component Include this once in your layout to enable toast notifications throughout your app. Usage: {% include 'components/Toast.html.twig' %} Then from JavaScript: window.showToast('Success!', 'success'); window.showToast('Error occurred', 'danger'); window.showToast('Processing...', 'info'); window.showToast('Warning!', 'warning'); #}