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

{{ __("This campaign type is recurring, end_date should be set far in future. It will repeat each week during the week days set (wagering_weekdays). Players that use real money for wagering in all or games selected, will receive corresponding lossback amount set in percentage (bonus_amount %) of real bonus. Total will be transferred to player's real bonus wallet when the last day (wagering_weekdays) set end.") }}

@include('partial.campaign.add.general')
{{ __('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.real-bonus-select')

{{ __('Set days with from-to if needed') }}
{{ __('ie:') }}3,4-07:00:00-08:00:00,5

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