@extends('layouts.back-end.app') @section('title', translate('reCaptcha_Setup')) @section('content')

{{translate('3rd_party')}}

@include('admin-views.business-settings.third-party-inline-menu')
@csrf
{{translate('status')}}
{{translate('how_it_works')}}
@if(isset($config)) @php($config = (array)json_decode($config['value'])) @endif {{translate('turn')}} {{translate(isset($config) && $config['status']==1?'OFF':'ON')}}
{{translate('instructions')}}
  1. {{translate('to_get_site_key_and_secret_key_Go_to_the_Credentials_page')}} ({{translate('click_here')}})
  2. {{translate('add_a_label_(Ex:_abc_company)')}}
  3. {{translate('select_reCAPTCHA_v2_as_ReCAPTCHA_Type')}}
  4. {{translate('select_sub_type').':'.translate('im_not_a_robot_checkbox')}}
  5. {{translate('add_Domain_(For_ex:_demo.com)')}}
  6. {{translate('check_in_Accept_the_reCAPTCHA_Terms_of_Service')}}
  7. {{translate('press_Submit')}}
  8. {{translate('copy_Site_Key_and_Secret_Key,_Paste_in_the_input_filed_below_and_Save').'.'}}
@endsection