In this episode you will start learning what Views are. Views are actually what the end users sees in the internet browser after your code is processed and finally rendered. It's like HTML pages that you construct and display to your users, and in Laravel they are rendered using a specifically created template engine called Blade!