Introduction
In a Model-View-Controller setup, our views hold all the HTML and styles so we can display our data. In Laravel, our views can use either regular PHP files or we can use Laravel's Blade templating. Laravel is also extensible enough to allow us to use any templating engine we may want to include.