@extends('layouts.back-end.app') @section('title', \App\CPU\translate('reCaptcha Setup')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('3rd_party')}}

@include('admin-views.business-settings.third-party-inline-menu')
@php($config=\App\CPU\Helpers::get_business_settings('recaptcha'))
@csrf
{{\App\CPU\translate('Google_Recapcha_Information')}}
{{\App\CPU\translate('Credentials_SetUp_page')}}
{{\App\CPU\translate('Instructions')}}
  1. {{\App\CPU\translate('To get site key and secret keyGo to the Credentials page')}} ({{\App\CPU\translate('Click_here')}})
  2. {{\App\CPU\translate('Add a Label (Ex: abc company)')}}
  3. {{\App\CPU\translate('Select reCAPTCHA v2 as ReCAPTCHA Type')}}
  4. {{\App\CPU\translate('Select Sub type: Im not a robot Checkbox ')}}
  5. {{\App\CPU\translate('Add Domain (For ex: demo.6amtech.com)')}}
  6. {{\App\CPU\translate('Check in “Accept the reCAPTCHA Terms of Service”')}}
  7. {{\App\CPU\translate('Press Submit')}}
  8. {{\App\CPU\translate('Copy Site Key and Secret Key, Paste in the input filed below and Save.')}}
@endsection @push('script_2') @endpush