The following will be submitted on the specified date. Write your code and include images of your output. Exercise 1: Based on the lesson that we've learned navigate to /route/web.php, and create a Routes that will display your Complete Name. Exercise 2: Create a routes that uses Two Types of REDIRECT METHOD. Exercise 3: Using REQUIRED PARAMETER: Create routes that will Display your NAME, ID, and ADDRESS. Exercise 4: Using OPTIONAL PARAMETER: Create routes that will Display your NAME, ID, and ADDRESS(1st output must have value with your name, id and address, 2nd output must have a null value.) Exercise 5: Using NAMED ROUTING Navigate from one route to another by using named routes. Create 4 views and named it Item, Customer, Order and Order Details with HTML elements on it.