@if(Setting::get('google_analytics') != NULL)
{!! Setting::get('google_analytics') !!}
@endif
@include('socialite::partials.header')
@yield('content')
@if(Auth::check())
@include('socialite::partials.right-sidebar')
@endif
@include('socialite::partials.footer')
@section('bottom_js')
@show