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

@if ($errors->has('CAPTCHA_LOGIN_PAGE')) {{ $errors->first('CAPTCHA_LOGIN_PAGE') }} @endif
@if ($errors->has('CAPTCHA_REGISTER_PAGE')) {{ $errors->first('CAPTCHA_REGISTER_PAGE') }} @endif
@if ($errors->has('GOOGLE_RECAPTCHA')) {{ $errors->first('GOOGLE_RECAPTCHA') }} @endif
@endsection