@@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-white" })
@@include('top-bar.htm')
@@include('breadcrumb.htm', { "parent": "Layouts", "active": "Header Light" })

Header Light

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

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