{{-- 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 --}}
{{-- Inject HTML above the CSS container --}}
@yield('above-container')
{{-- Alert Messages --}}
@include('layouts.messages')
{{-- Logo --}}
{{-- Nav --}}