@section('title')
{{ Config::get('site.title') }}
@show
@include('partials/facebook-pixel')
@include('partials/googleanalytics')
@if(Auth::check())
@include('partials/leftnavigationmobile')
@endif
@include('partials/headerlogomobile')
@include('partials/loginregisterpopup_mobile')
@yield('addthisscript')