@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf

{{ __('Google reCAPTCHA Credentials') }}

{{-- Google reCAPTCHA --}}
{{ __('reCAPTCHA Enable') }}
{{ __('If you did not get a reCAPTCHA (v2 Checkbox), create a') }} {{ __('reCAPTCHA') }}
{{-- reCAPTCHA Site Key --}}
{{-- reCAPTCHA Secret Key --}}
{{-- Footer --}} @include('admin.includes.footer')
@endsection