@yield('head')
DWA15
Project 1
GitHub
Project 2
GitHub
Project 3
GitHub
Project 4
GitHub
{{-- Main page content will be yielded here --}} @yield('content')
{{-- Yield any page specific JS files or anything else you might want at the end of the body --}} @yield('body')