@@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 <body id="body"> like below.

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