@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Setup Global Settings') }}

@csrf
General Settings
Site Name
@error('site-name')

{{ $errors->first('site-name') }}

@enderror
Site Website
@error('site-website')

{{ $errors->first('site-website') }}

@enderror
Site Email Address
@error('site-email')

{{ $errors->first('site-email') }}

@enderror
Time Zone
Default New User Group
Google reCaptcha v3
reCaptcha Site Key
@error('recaptcha-site-key')

{{ $errors->first('recaptcha-site-key') }}

@enderror
reCaptcha Secret Key
@error('recaptcha-secret-key')

{{ $errors->first('recaptcha-secret-key') }}

@enderror
Google Analytics
Google Analytics Tracking ID
@error('google-analytics')

{{ $errors->first('google-analytics') }}

@enderror
Google Maps
Google Maps API Key
@error('google-key')

{{ $errors->first('google-key') }}

@enderror
GDPR Policy
{{ __('Cancel') }}
@endsection @section('js') @endsection