@section('title')
{{ Config::get('site.title') }}
@show @section('meta_description')
@show
@include('partials/leftnavigation')
@include('partials/newheader')
@yield('content')
@yield('addthisscript')