@include('sections.head')
@include('sections.header')
@yield('content')
@include('sections.footer') @include('sections.scripts')