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

{{ __("This campaign type is recurring. It will repeat each week during the week days set. Players that use real money for wagering in games selected, will receive corresponding lossback percentage in WRB. Total will be transferred to player's WRB wallet when the last day set end (manually awarded). Once the WRB is assigned to a player, it continues the same way like WRB campaign.") }}

@include('partial.campaign.add.general')
@if ( isset($validator) && $validator->errors()->first('bonus_amount') )
{{ $validator->errors()->first('bonus_amount') }}
@endif
{{ __('Maximum WRB obtainable') }}
{{ __('Set ') }}0 for no limit
@if ( isset($validator) && $validator->errors()->first('wagering_multiplier') )
{{ $validator->errors()->first('wagering_multiplier') }}
@endif {{ __('How many times WRB amount has to be wagered to obtain real bonus (') }}{{ __('set 0 for real bonus without wagering requirement') }})
{{ __('From the moment of WRB awarding') }}
@include('partial.campaign.add.real-bonus-select')
@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection @push('campaign-scripts') @endpush