@extends('admin.global-config.index') @section('global-config-content')
@csrf
@if ($errors->has('GOOGLE_RECAPTCHA')) {{ $errors->first('GOOGLE_RECAPTCHA') }} @endif
@if ($errors->has('GOOGLE_RECAPTCHA_KEY')) {{ $errors->first('GOOGLE_RECAPTCHA_KEY') }} @endif
@if ($errors->has('GOOGLE_RECAPTCHA_SECRET')) {{ $errors->first('GOOGLE_RECAPTCHA_SECRET') }} @endif
@endsection