Bootstrap5 Toasts is a lightweight notification component used to display temporary information, notifications, or warnings in the corner or bottom of the page.
Toasts are typically used to display short-term messages to users, such as success messages, error messages, warnings, or other notifications.
Toasts can be displayed in different positions on the page, including top-left, top-right, bottom-left, bottom-right, and bottom-center.
### How to Create Toasts
To create a toast, you can use the .toast class, and add the .toast-header and .toast-body classes within it to represent the title and content.
**Note:** Toasts are closed by default, you can use .show to display them, to close a toast add data-bs-dismiss="toast" on the