@section('title') {{ Config::get('site.title') }} @show @section('meta_description') @show @include('partials/googleanalytics')
@include('partials/leftnavigation')
@include('partials/newheader') @if(Auth::user()->user_type == '5' || Auth::user()->user_type == '6') @include('partials.newusertypeinfo', array("detail" =>$detail)) @else @include('partials.userinfo', array("detail" =>$detail)) @include('partials.userrightbar') @endif
@yield('content')