@extends('layouts.app') @section('title', 'Platform Settings') @section('page-title', 'Platform Settings') @section('breadcrumb', 'Platform Admin / Settings') @section('content') @php $tab = request('tab', 'general'); @endphp
Create OAuth credentials in Google Cloud Console (OAuth 2.0 Client ID → Web application).
Add this Authorized redirect URI:
{{ $oauth['redirect_uri'] }}
Status: @if($oauth['is_configured']) Configured @else Not configured — Google buttons stay disabled until keys are saved @endif
A secret is already saved. Leave blank to keep it unchanged.