@extends('app.layout') @section('sub_content')
@if (session('success')) @endif @if (session('error')) @endif
@include('app.settings.nav')
@method('PATCH') @csrf
{{__('Enable/Disable reCAPTCHA')}}
{{ __('Google reCAPTCHA Key') }}
@if ($errors->has('recaptcha_key')) {{ $errors->first('recaptcha_key') }} @endif
{{ __('Google reCAPTCHA Secret') }}
@if ($errors->has('recaptcha_secret')) {{ $errors->first('recaptcha_secret') }} @endif
@endsection