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

Tabs

Navigasi tab Bootstrap: nav-tabs & pills
Tabs (with content)
Tab Home content
Profile content
Contact content
HTML
<ul class="nav nav-tabs">...</ul> <div class="tab-content">...</div>
Pills
First pill
Second pill
HTML
<ul class="nav nav-pills">...</ul>
Justified nav
Justified Tab 1
Justified Tab 2
Justified Tab 3
HTML
<ul class="nav nav-tabs nav-fill">...</ul>