Basic Shape#
Layouts live in resources/views/layouts:
<!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"></head><body> {{ slot }}</body></html>{{ slot }} is where the page template renders.