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