@extends('core::layouts.app') @section('title', __('Integrations')) @section('content')

@lang('Integrations')

@include('core::partials.admin-sidebar')
@csrf

@lang('Login with Facebook')

Facebook

@lang('Get your App ID and App Secret from:') https://developers.facebook.com

@lang('Valid OAuth Redirect URI:') {{ route('login.callback', 'facebook') }}


@lang('Login with Google')

Google

@lang('Create a project:') https://console.developers.google.com/projectcreate

@lang('Create OAuth client ID credentials:') https://console.developers.google.com/apis/credentials

@lang('Valid OAuth Redirect URI:') {{ route('login.callback', 'google') }}

@lang('Google Analytics')

Google Analytics

@lang("Leave this field empty if you don't want to enable Google Analytics")


@lang('Google reCaptcha')

Google reCaptcha

@lang('To protect your registration form, you can use Google reCaptcha service.')

  • @lang('Get your free credentials from :link', ['link' => 'https://www.google.com/recaptcha/admin'])
  • @lang('Select "reCAPTCHA v2" as a site key type.')
  • @lang('Copy & paste the site and secret keys')
@stop