@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 _abel_(Ex:_abc_company)')}}
  3. {{\App\CPU\translate('Select_reCAPTCHA_v2_as_ReCAPTCHA_Type')}}
  4. {{\App\CPU\translate('select_sub_type')}}: {{\App\CPU\translate('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