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

Sidebar Minimized

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

<body id="body" class="sidebar-static sidebar-minified">

or

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