@section('title')
{{ Config::get('site.title') }}
@show
@section('meta_description')
@show
@include('partials/googleanalytics')
@include('partials/homeheaderNew')
@yield('content')
@include('partials/homefooterNew')
@include('partials/loginregisterpopup')