@extends('layouts.master') @section('page-title') Campaign (Wagering WRB or RB) @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 real bonus per each milestone. Total will be transferred to player\'s real bonus wallet once the hours set for real money wagering expire (automated script is running for awarding).') }}

@include('partial.campaign.add.general')
@if ( isset($validator) && $validator->errors()->first('bonus_amount') )
{{ $validator->errors()->first('bonus_amount') }}
@endif
{{ __('Set ') }} 0 for no limit
@if ( isset($validator) && $validator->errors()->first('wagering_multiplier') )
{{ $validator->errors()->first('wagering_multiplier') }}
@endif {{ __('Set 0 for default real bonus, everything above will be treated as WRB') }}
{{ __('From the moment of real bonus awarding') }}
{{ __('From the moment when new user become active, how many hours to allow for wagering before fun bonus award occurs.') }}
{{ __('ie:') }}48
{{-- @if ($edit != 1)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @endif--}}
@include('partial.campaign.add.real-bonus-select')
@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection @push('campaign-scripts') @endpush