@extends('admin.layouts.master') @section('title', __('google_recaptcha_settngs')) @section('content')
{{ $errors->first('recaptcha_site_key') }}
{{ $errors->first('recaptcha_secret_key') }}
{{ __('recaptcha_enable_instructions') }}