@@include('header.htm', { "title": "Sleek - Admin Dashboard Template", "className": "header-fixed sidebar-fixed sidebar-dark header-light" }) @@include('sidebar-with-footer.htm', { "parent": "layouts", "sub_parent": "header", "active": "header-sticky" })
@@include('top-bar.htm')
@@include('breadcrumb.htm', { "parent": "Layouts", "active": "Header Static" })

Header Static

Statc header is default style for header. So remove class header-fixed from <div id="page-container"> if it was added before.

<div id="page-container" class="">
@@include('footer.htm')