@include('includes.head') @include('includes.cookieScript')
@include('includes.cookie') @include('includes.nav') @section('content') @show @yield('body') @include('includes.footer') {!! HTML::script('//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js') !!} {!! HTML::script('//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js') !!} {!! HTML::script('js/notify.min.js') !!} @section('js-code-post') @show @include('includes.analytics')