@section('title')
{{ Config::get('site.title') }}
@show
@section('meta_description')
@show
{{ Html::style(Config::get('site.cdn_imag_url').'/assets/css/landing.min.css?v=2.01') }}
{{ Html::script(Config::get('site.cdn_imag_url').'/assets/js/landing.min.js?v=2.01') }}
@include('partials/googleanalytics')
@include('partials/homeheaderNew')
@yield('content')
@include('partials/homefooterNew')
@include('partials/loginregisterpopup')