{{ HTML::style('/css/style.css') }}
@if(Session::has('flash_notice'))
{{ Session::get('flash_notice') }}
@endif @yield('content')