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

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

@csrf
{{ __('General Settings') }}
{{ __('Website Name') }}
@error('site-name')

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

@enderror
{{ __('Website URL') }}
@error('site-website')

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

@enderror
{{ __('Website Email Address') }}
@error('site-email')

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

@enderror
{{ __('Time Zone') }}
{{ __('Default Group for New Users') }}
{{ __('Email for Support Tickets') }}
{{ __('User Notifications Panel') }}
{{ __('User Support Request Panel') }}
{{ __('Default Main Theme') }}
{{ __('Live Chat') }} ({{ __('tawk.to') }})
{{ __('Direct Chat Link') }}
@error('live-chat-link')

{{ $errors->first('live-chat-link') }}

@enderror
{{ __('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