@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf

{{ __('Google OAuth Credentials') }}

{{-- Google reCAPTCHA --}}
{{-- Google Auth Enable --}}
{{ __('Google Auth Enable') }}
{{-- Google Client ID --}}
{{-- Google Client Secret --}}
{{-- Google Redirect --}}
{{ __('If you did not get a Google OAuth Client ID & Secret Key, follow a') }} {{ __(' steps') }}
{{-- Footer --}} @include('admin.includes.footer')
@endsection