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

Header Dark

Add class header-dark to <div id="page-container"> and remove class header-light if it was added before.

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