Create Template We will be creating two “views” (page templates) that act as our page footer and header . Create 2 php files app/Views/templates/header.php app/Views/templates/footer.php
Header
Footer
Implement it On your routes, include footer and header to load within your page
Navbar A static function to make a menu inside the body
Simple nav bar
Even simpler Since bootstrap used classes for their navs , wecan avoid the list-based approach entirely if we like .