Create an AngularJS & Bootstrap Admin Dashboard Layout
Create an admin dashboard layout using AngularJS and Bootstrap: Sidebar (Left Side) Implement a sidebar that includes a menu with both main items and sub items. The sidebar should have links for different management sections such as Dashboard, Users, Orders, Products, Reports, and Settings. Add features like: Notification badges for important updates. Icons next to each menu item for visual representation. Hover effects such as highlighting the link and smooth transitions for collapsing sections. An indicator for the active menu item. A trending news section or popular items if relevant. Navbar (Top) Create a top navbar that includes: A small profile picture for the account. The account name. A logout button. Design Requirements The layout should take the full screen height. Add a close (cross) button to hide the sidebar when needed. Use AngularJS for dynamic content and Bootstrap for styling and responsive design.
