In the MVC framework, the part ‘view’ has an important role. First of all it should look good and appealing. It deals with HTML, CSS, JavaScript, and many other codes that make a page look great.
At present a little knowledge is necessary. You need not be an expert to learn this chapter. ‘Views’ folder stays inside ‘resources’ folder. You need to keep your html codes here. To make it look awesome, you may wish to have a great CSS style! That CSS file and other necessary JavaScript files should go to inside ‘public’ folder. Laravel connects them easily.
We’ll learn this process step by step.
First we’ll create ...