@@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 <body id="body"> and remove class header-dark if it was added before.

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