@extends('admin.layouts.app') @section('panel')
@csrf
  • @lang('Balance Transfer')

    @lang('If you enable this module, users will be able to transfer the balance to each other. A fixed and a percent charge can be configured for this module from the') @lang('General Setting').

    b_transfer) checked @endif>
  • @lang('User Registration')

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

    registration) checked @endif>
  • @lang('Registration Bonus')

    @lang('If you enable this module, users will get an amount to their deposit wallet after completing registration, according to the') @lang('Registration Bonus') @lang('value set from the') @lang('General Setting').

    signup_bonus_control) checked @endif>
  • @lang('Promotional Tool')

    @lang('If you enable this module, users will be able to copy some HTML code which contain his/her referral link and an image added by you.') @lang('Click here') @lang('to add promotional tool').

    promotional_tool) checked @endif>
  • @lang('Withdrawal on Holiday')

    @lang('If you enable it, that means the system\'s users will be able to make withdrawal requests on holiday. Otherwise, they have to wait for the next working days')

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

    kv) checked @endif>
  • @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>
  • @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>
  • @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>
  • @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>
  • @lang('Multi Language')

    @lang('If you enable') @lang('Multi Language'), @lang('users can switch site languages that you added in the ')@lang('Language')@lang(' module').

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

    push_notify) checked @endif>
@endsection @push('style') @endpush