@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if(Session::has('error')){{ Session::get('error') }}
@endif
@yield('content')
{{ HTML::style('favicon.png', array('rel' => 'shortcut icon')) }} {{ HTML::style('css/bootstrap.css', array('rel'=>'stylesheet', 'type'=>'text/css')) }} {{ HTML::style('css/admin.css', array('rel'=>'stylesheet', 'type'=>'text/css')) }}