@extends('backend.layouts.main') @section('title') {{ __('Settings') }} @endsection @section('content')
@csrf
{{ __('Number of credits given to all users on sign up.') }}
{{ __('When net loss') }} >=
{{ __('credits') }}
{{ __('Give back') }}
%
{{ __('When net win') }} >=
{{ __('credits') }}
{{ __('Give back') }}
%
@installed('payments')
{{ __('When deposit') }} >=
{{ __('credits') }}
{{ __('Give back') }}
%
@else @endinstalled
{{ __('credits') }}
{{ __('How much will the referred user get when signing up using a referral link.') }} {{ __('This setting can be overridden on the user level.') }}
{{ __('credits') }}
{{ __('How much will the referrer user get when anyone signs up using their referral link.') }} {{ __('This setting can be overridden on the user level.') }}
%
{{ __('How much (% of the net loss) will the referrer user get when a referred user loses a game.') }} {{ __('This setting can be overridden on the user level.') }}
%
{{ __('How much (% of the net win) will the referrer user get when a referred user wins a game.') }} {{ __('This setting can be overridden on the user level.') }}
@installed('raffle')
%
{{ __('How much (% of the ticket price) will the referrer user get when a referred user purchases a raffle ticket.') }}
@else @endinstalled @installed('payments')
%
{{ __('How much (% of the deposit amount) will the referrer user get when a referred user completes a deposit.') }} {{ __('This setting can be overridden on the user level.') }}
@else @endinstalled

{!! __('Bots can be created or deleted on the Maintenance page', ['url' => route('backend.maintenance.index')]) !!}

{{ __('Periodically (depending on the frequency setting) a random number of bots will be selected (according to min and max bots settings).') }} {{ __('Then every selected bot will play exactly one game with random parameters.') }}

{{ __('Choose how often bots will awake.') }}
{{ __('Minimum number of bots to play a game during each cycle.') }}
{{ __('Maximum number of bots to play a game during each cycle.') }}
{{ __('credits') }}
{{ __('Minimum bet a bot is allowed to make.') }} {{ __('Leave empty to use the limit specified in the game settings.') }}
{{ __('credits') }}
{{ __('Maximum bet a bot is allowed to make.') }} {{ __('Leave empty to use the limit specified in the game settings.') }}
@installed('raffle')

{{ __('Periodically (depending on the frequency setting) a random number of bots will be selected (according to min and max bots settings).') }} {{ __('Then every selected bot will purchase a random number of raffle tickets.') }}

{{ __('Choose how often bots will awake.') }}
{{ __('Minimum number of bots to purchase raffle tickets.') }}
{{ __('Maximum number of bots to purchase raffle tickets.') }}
{{ __('Minimum number of tickets to purchase during each cycle.') }}
{{ __('Maximum number of tickets to purchase during each cycle.') }}
@endinstalled
{{ __('Leave empty if you do not want to use reCaptcha validation. Public and private keys can be obtained at :url', ['url' => 'https://www.google.com/recaptcha']) }}
@foreach(array_keys(config('services.login_providers')) as $provider)
@endforeach
@packageview('backend.pages.settings')
@endsection @push('scripts') @endpush