@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
{{ __($pageTitle) }}
@include('sections.super_admin_setting_menu')
{!! Form::open(['id'=>'updateSettings','class'=>'ajax-form','method'=>'PUT']) !!}

@lang('app.socialAuthSettings.google')


google_status == 'enable') checked @endif class="js-switch special" id="googleButton" data-color="#00c292" data-secondary-color="#f96262" />

{{ route('social.login-callback', 'google') }}

(@lang('messages.addGoogleCallback'))

@lang('app.socialAuthSettings.facebook')


facebook_status == 'enable') checked @endif class="js-switch special" id="facebookButton" data-color="#00c292" data-secondary-color="#f96262" />

{{ route('social.login-callback', 'facebook') }}

(@lang('messages.addFacebookCallback'))

@lang('app.socialAuthSettings.linkedin')


linkedin_status == 'enable') checked @endif class="js-switch special" id="linkedinButton" data-color="#00c292" data-secondary-color="#f96262" />

{{ route('social.login-callback', 'linkedin') }}

(@lang('messages.addLinkedinCallback'))

@lang('app.socialAuthSettings.twitter')


twitter_status == 'enable') checked @endif class="js-switch special" id="twitterButton" data-color="#00c292" data-secondary-color="#f96262" />

{{ route('social.login-callback', 'twitter') }}

(@lang('messages.addTwitterCallback'))

{!! Form::close() !!}
@endsection @push('footer-script') @endpush