@extends('admin.layouts.app') @section('page_title', __('Basic Control')) @section('content')
@include('admin.control_panel.components.sidebar', ['settings' => config('generalsettings.settings'), 'suffix' => 'Settings'])

@lang('Basic Controls')

@csrf
@error('site_title') {{ $message }} @enderror
@error('time_zone') {{ $message }} @enderror
@error('base_currency') {{ $message }} @enderror
@error('currency_symbol') {{ $message }} @enderror
@error('fraction_number') {{ $message }} @enderror
@error('paginate') {{ $message }} @enderror
@error('date_format') {{ $message }} @enderror
@error('admin_prefix') {{ $message }} @enderror

@lang('System Control')

@csrf
  • @lang('Strong Password')
    @lang('Create a secure password using our generator tool.')
  • @lang('Registration')
    @lang('Enable or Disable User Registration')
  • @lang('Debug Log')
    @lang('Debug logs are generated.')
  • @lang('Cron Pop Up Set')
    @lang('Is the active cron pop-up set.')
  • @lang('Space Between Currency & Amount')
    @lang('The customary currency symbol follows the amount, and is preceded by a space.')
  • @lang('Currency Position In Left')
    @lang('The currency position can be on the left or right of the amount.')
  • @lang('Force SSL')
    @lang('To force the HTTPS connection on your website.')
  • @lang('Gateway Auto Update Currency')
    @lang('This feature automates currency rate updates in a payment gateway.')
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush