@extends('backend.layout') @section('content')
@csrf
{{ __('Disqus') }}
@if ($errors->has('disqus_status'))

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

@endif
@if ($errors->has('disqus_short_name'))

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

@endif
@csrf
{{ __('Google Recaptcha') }}
@if ($errors->has('google_recaptcha_status'))

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

@endif
@if ($errors->has('google_recaptcha_site_key'))

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

@endif
@if ($errors->has('google_recaptcha_secret_key'))

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

@endif
@endsection