Notifications
Mark all as read
Order Completed
Your order #1234 has been completed successfully
5 minutes ago
New Message
You have a new message from John Doe
10 minutes ago
Storage Warning
Your storage is almost full (90% used)
1 hour ago
New User Registered
Sarah Wilson just joined your team
2 hours ago
Payment Failed
Payment for invoice #5678 failed
Yesterday

Modal

Contoh modal dan ukuran
Basic
HTML
<button data-bs-toggle="modal" data-bs-target="#mdBasic">Open</button> ...
Sizes
HTML
<div class="modal-dialog modal-sm">...</div>
Centered & scrollable
HTML
<div class="modal-dialog modal-dialog-centered">...</div>
<div class="modal-dialog modal-dialog-scrollable">...</div>