{{-- Twitter Bootstrap CSS --}} {{ HTML::style('/css/vendor/bootstrap.min.css') }} {{ HTML::style('/css/vendor/bootstrap-theme.min.css') }} {{-- Application CSS --}} {{ HTML::style('/css/app.css') }} {{ HTML::style('http://fonts.googleapis.com/css?family=Carrois+Gothic+SC') }} {{-- Background Image --}} Background {{-- Inject HTML above the CSS container --}} @yield('above-container') {{-- Alert Messages --}} @include('layouts.messages') {{-- Logo --}} {{-- Nav --}} {{-- Pattern --}}
pattern
{{-- Content --}} @yield('content') {{-- Footer --}}
{{-- Inject HTML below the CSS container --}} @yield('below-container') {{-- jQuery --}} {{ HTML::script('/js/vendor/jquery-2.0.3.min.js') }} {{-- Twitter Bootstrap JavaScript --}} {{ HTML::script('/js/vendor/bootstrap.min.js') }} {{-- Isotope --}} {{ HTML::script('/js/vendor/jquery.syncheight.js') }} {{-- Application CSS / JavaScript --}} {{ HTML::script('/js/functions.js') }} {{ HTML::script('/js/app.js') }} @include('layouts.analytics')