@extends('backend.settings.setting-layout') @section('title') {{ __('social_login_setting') }} @endsection @section('breadcrumbs')

{{ __('social_login_setting') }}

@endsection @section('website-settings')
{{ __('enable_social_media_login_to_your_website') }}

{{ __('65_of_users_prefer_social_logins_but_60_believe_that_companies_offering_social_logging_are_more_up_to_date_and_innovative_not_only_do_they_benefit_the_user_they_benefit_your_brand_logic_and_these_statistics_dictate_that_social_login_is_a_no_brainer') }}
{{-- Google Login Credential Setting --}}

{{ __('google_login_credential') }} ({{ __('get_help') }})

@method('PUT') @csrf
@error('google_client_id') {{ $message }} @enderror
@error('google_client_secret') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif
{{-- Facebook Login Credential Setting --}}

{{ __('facebook_login_credential') }} ({{ __('get_help') }})

@method('PUT') @csrf
@error('facebook_client_id') {{ $message }} @enderror
@error('facebook_client_secret') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif
{{-- Twitter Login Credential Setting --}}

{{ __('twitter_login_credential') }} ({{ __('get_help') }})

@method('PUT') @csrf
@error('twitter_client_id') {{ $message }} @enderror
@error('twitter_client_secret') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif
{{-- Linkedin Login Credential Setting --}}

{{ __('linkedin_login_credential') }} ({{ __('get_help') }})

@method('PUT') @csrf
@error('linkedin_client_id') {{ $message }} @enderror
@error('linkedin_client_secret') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif
{{-- Github Login Credential Setting --}}

{{ __('github_login_credential') }} ({{ __('get_help') }})

@method('PUT') @csrf
@error('github_client_id') {{ $message }} @enderror
@error('github_client_secret') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif
@endsection @section('script') @endsection @section('style') @endsection