@extends('admin.layouts.app') @section('panel')
@csrf
  • @lang('User Registration')

    @lang('If you disable this module, no one can register on this system')

    registration) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="registration" type="checkbox">
  • @lang('Force SSL')

    @lang('By enabling') @lang('Force SSL (Secure Sockets Layer)') @lang('the system will force a visitor that he/she must have to visit in secure mode. Otherwise, the site will be loaded in secure mode.')

    force_ssl) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="force_ssl" type="checkbox">
  • @can('admin.frontend.sections')
  • @lang('Agree Policy')

    @lang('If you enable this module, that means a user must have to agree with your system\'s') @lang('policies') @lang('during registration.')

    agree) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="agree" type="checkbox">
  • @endcan
  • @lang('Force Secure Password')

    @lang('By enabling this module, a user must set a secure password while signing up or changing the password.')

    secure_password) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="secure_password" type="checkbox">
  • @lang('Email Verification')

    @lang('If you enable') @lang('Email Verification'), @lang('users have to verify their email to access the dashboard. A 6-digit verification code will be sent to their email to be verified.')
    @lang('Note'): @lang('Make sure that the') @lang('Email Notification') @lang('module is enabled')

    ev) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="ev" type="checkbox">
  • @lang('Email Notification')

    @lang('If you enable this module, the system will send emails to users where needed. Otherwise, no email will be sent.') @lang('So be sure before disabling this module that, the system doesn\'t need to send any emails.')

    en) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="en" type="checkbox">
  • @lang('Mobile Verification')

    @lang('If you enable') @lang('Mobile Verification'), @lang('users have to verify their mobile to access the dashboard. A 6-digit verification code will be sent to their mobile to be verified.')
    @lang('Note'): @lang('Make sure that the') @lang('SMS Notification') @lang('module is enabled')

    sv) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="sv" type="checkbox">
  • @lang('SMS Notification')

    @lang('If you enable this module, the system will send SMS to users where needed. Otherwise, no SMS will be sent.') @lang('So be sure before disabling this module that, the system doesn\'t need to send any SMS.')

    sn) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="sn" type="checkbox">
  • @lang('Language Option')

    @lang('If you enable this module, users can change the language according to their needs')

    multi_language) checked @endif data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="100%" name="multi_language" type="checkbox">
@can('admin.setting.system.configuration.submit') @endcan
@endsection @push('style') @endpush