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

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

  • @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.')

  • @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.')

  • @lang('Force Secure Password')

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

  • @lang('KYC Verification')

    @lang('If you enable') @lang('KYC (Know Your Client)') @lang('module, users must have to submit') @lang('the required data'). @lang('Otherwise, any money out transaction will be prevented by this system.')

  • @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')

  • @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.')

  • @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')

  • @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.')

  • @lang('Push Notification')

    @lang('If you enable this module, the system will send push notifications to users. Otherwise, no push notification will be sent.') @lang('Setting here')

  • @lang('Language Option')

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

@endsection @push('style') @endpush