@extends('admin.layouts.master') @section('title', __('google_recaptcha_settngs')) @section('content')

{{ __('google_recaptcha_settngs') }}

@csrf

{{ $errors->first('recaptcha_site_key') }}

{{ $errors->first('recaptcha_secret_key') }}

{{ __('recaptcha_enable_instructions') }}

@endsection @push('js') @endpush