Assignment
Create a main (index) page that contains a navigation bar with the following links:
•Home
•Information
•TIU
•About
•Contact
•When you click each link, only the content inside the index view should change, without loading a totally new layout.
•You are allowed and encouraged to use:
@extends and @yield OR Blade components and slots
Submission:
•Bring your completed project to the next lab session.
•Be ready to present it to Mr. Hemn and me for evaluation.
Tip:
Keep the navbar and page structure in a main layout and change only the inner content dynamically.