{!! Head::render() !!}
@yield('page-includes') @if (Config::get('app.debug')) @endif
@yield('page-top')
@yield('content')
@yield('page-bottom')