@@include('header.htm', { "title": "Sleek - Admin Dashboard Template", "className": "header-fixed sidebar-fixed sidebar-dark header-light right-sidebar-content-close" }) @@include('sidebar-with-footer.htm', { "parent": "layouts", "sub_parent": "sidebar-nav", "active": "sidebar-open" })
@@include('top-bar.htm')
@@include('breadcrumb.htm', { "parent": "Layouts", "active": "Sidebar Open" })

Sidebar Open

Add class sidebar-fixed or sidebar-static to <body id="body"> like below.

<body id="body" class="sidebar-fixed">

or

<body id="body" class="sidebar-static">
@@include('right-sidebar.htm') @@include('footer.htm')