@extends('backend.layouts.main') @section('title') {{ __('Settings') }} @endsection @section('content')
{!! __('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.') }}
{{ __('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.') }}