@@include('header.htm', { "title": "Sleek - Admin Dashboard Template", "className": "header-fixed sidebar-static 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 <body id="body"> and remove class header-light if it was added before.

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