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

Form Layout

Grid, horizontal, dan inline forms
Grid
HTML
<form class="row g-3">...</form>
Horizontal
HTML
<div class="row mb-3"><label class="col-sm-3 col-form-label">...</label><div class="col-sm-9">...</div></div>
Inline
HTML
<form class="row row-cols-lg-auto g-2 align-items-center">...</form>