I'm going through this guide: https://laravel.com/docs/5.2/quickstart
It says to create a layout view in:
`resources/views/layouts/app.blade.php`
The layout folder doesn't exist. Is it supposed to exist? There doesn't seem to be a website that shows all of the folder structures and how they differ across different laravel versions. The closest thing I could find was this https://laravel.com/docs/5.2/structure but that only covers the root and app directories.
Cheers