{{-- Yield any page specific CSS files or anything else you might want in the
--}}
@yield('head')
{{-- 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')