{{ __('Admin') }} {{ __('Settings') }} {{ __('Social login') }}
@if (session('success'))
{{ session('success') }}
@endif @if (isset($errors) && $errors->any())
{{ $errors->first() }}
@endif
@csrf
{{ __('Admin · Authentication') }}

{{ __('Social login') }} {{ __('& captcha') }}.

{{ __('Let users sign in with Google or Facebook, and protect the login & register pages with Google reCAPTCHA. Each provider only appears on the auth pages once you enable it and paste its keys below.') }}

{{ __('All settings') }}
{{-- ─────────────────────────── GOOGLE ─────────────────────────── --}}
{{ __('OAuth 2.0 · Google Cloud') }}

{{ __('Google sign-in') }}

{{-- ────────────────────────── FACEBOOK ────────────────────────── --}}
{{ __('Facebook Login · Meta for Developers') }}

{{ __('Facebook sign-in') }}

{{-- ────────────────────────── reCAPTCHA ───────────────────────── --}}
{{ __('Google reCAPTCHA · bot protection') }}

{{ __('reCAPTCHA') }}

{{-- Install readiness --}}
{{ __('install-status') }}

{{ __('What\'s live right now') }}

@php $checks = [ 'Google live' => $googleEnabled && $googleClientId !== '' && $googleHasSecret, 'Facebook live' => $fbEnabled && $fbClientId !== '' && $fbHasSecret, 'reCAPTCHA live' => $reEnabled && $reSiteKey !== '' && $reHasSecret, ]; @endphp @foreach ($checks as $label => $ok) @if ($ok) @else @endif {{ $label }} @endforeach

{{ __('A provider only shows on the login & register pages when it is enabled and both keys are saved.') }}

{{-- ── Right rail: setup guide + docs ── --}}