@extends('layouts.master') @section('page-title') Campaign (Any Deposit Bonus) @endsection @section('menu'){{ __('Bonuses') }}@endsection @section('sub-menu'){{ __('Campaigns') }}@endsection @section('content')

{{ __('In specified from-to time frame, players that start session with minimum amount set, and finish session with maximum amount set or less, will receive real bonus equal to % set of amount used in that session start. Real bonus is awarded immediately after session is closed. This campaign doesn\'t use any fun bonus.') }}

@include('partial.campaign.add.general')
{{-- This can be internal name in a future --}} {{--
@if ( isset($validator) && $validator->errors()->first('public_title') )mm
{{ $validator->errors()->first('public_title') }}
@endif
--}}
@if( isset($params['public_image'])) @endif
{{ __('Percentage of deposit credited as bonus') }} @if ( isset($validator) && $validator->errors()->first('bonus_amount') )
{{ $validator->errors()->first('bonus_amount') }}
@endif
@if ( isset($validator) && $validator->errors()->first('wagering_multiplier') )
{{ $validator->errors()->first('wagering_multiplier') }}
@endif {{ __('How many times real bonus amount has to be wagered to obtain bonus (') }}{{ __('set 0 for real bonus without wagering requirement') }})
{{ __('Set ') }}0 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)
{{-- @if ($edit != 1)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @endif--}}
@include('partial.campaign.add.real-bonus-select')
{{ __("Maximum number of times one same user can get a bonus in the same campaign. Value 0 means there is no limit.")}}
@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection @push('campaign-scripts') @endpush