@yield('head') @yield('title') @include('includes.header')
@yield('content')
@include('includes.footer')