@section('title')
{{ Config::get('site.title') }}
@show
@include('partials/googleanalytics') @if(Auth::check()) @include('partials/leftnavigationmobile') @endif
@include('partials/headermobile')
@yield('content') @include('partials/footermobile')
@include('partials/loginregisterpopup_mobile') @yield('addthisscript')