In this video i will talk about Laravel Views. In Views file you put all the HTML code of the project. Views are stored in resource/views folder. By default Laravel use Blade Template Engine. In this video you will learn how to create a view, pass data in views and how to separate view file in folders.