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

Header Fixed

Add class header-fixed to <div id="page-container"> like below.

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