@extends('layouts.master') @section('page-title') Campaing (New User Free Bonus) @endsection @section('menu'){{ __('Bonuses') }}@endsection @section('sub-menu'){{ __('Campaigns') }}@endsection @section('content')

{{ __('Campaign used for default real bonus. When awarding users list through Real Bonus CSV Import this campaign can be set for easier tracking and reporting.') }}

@include('partial.campaign.add.general')
@if ( isset($validator) && $validator->errors()->first('bonus_amount') )
{{ $validator->errors()->first('bonus_amount') }}
@endif
{{ __('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 ( isset($validator) && $validator->errors()->first('wagering_multiplier') )
{{ $validator->errors()->first('wagering_multiplier') }}
@endif {{ __('How many times real bonus amount has to be wagered to become real money (') }}{{ __('set 0 for real bonus without wagering requirement') }})
@include('partial.campaign.add.real-bonus-select')
@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection @push('campaign-scripts') @endpush