@@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 <body id="body"> if it was added before.

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