@extends('layouts.master') @section('page-title') Campaign (Cashback) @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')
{{ __('Minimum amount for session start') }}
{{ __('Maximum session balance amount at session end') }}
{{ __('This % from session start amount will be returned as real bonus') }}
{{ __('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')
@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection