@section('title') {{ Config::get('site.title') }} @show @section('meta_description') @show @include('partials/googleanalytics')
@include('partials/leftnavigation')
@include('partials/newheader') @include('partials.otheruserinfo', array("detail" =>$detail))
@yield('content')
@yield('js_script')