@extends('layouts.master') @section('page-title') Campaign (New User WRB) @endsection @section('menu'){{ __('Bonuses') }}@endsection @section('sub-menu'){{ __('Campaigns') }}@endsection @section('content')

{{ __("This campaign type is available to new users only (determined by user's first activity). Players that use real money for wagering in selected games will receive corresponding amount of WRB per each milestone. Total will be transferred to player's WRB wallet once the hours set for real money wagering expire (automated script is running for awarding). Once the WRB is assigned to a player, it continues the same way like WRB campaign.") }}

@include('partial.campaign.add.general')
{{ __('Maximum WRB obtainable') }}
{{ __('Set') }}0 for no limit
{{ __('How many times WRB amount has to be wagered to obtain real bonus (') }}{{ __('cannot be 0') }})
{{ __('From the moment of WRB awarding') }}
{{ __('Set') }}0,00 for no limit
{{ __('Set either date in format') }}2019-01-01 00:00:00 or days as 1 for expiration set at the moment of awarding (leave empty for non-expirable)
@include('partial.campaign.add.wrb-select')
@include('partial.campaign.add.real-bonus-select')

{{ __('From the moment when new user become active, how many hours to allow for wagering before wagered bonus award occurs.') }}
{{ __('ie:') }}48

@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection