@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')
{{ __('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)
{{ __('How many times real bonus amount has to be wagered to become real money (') }}{{ __('cannot be 0') }})
@include('partial.campaign.add.real-bonus-select')
@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection