@extends('layouts.master') @section('page-title') {{ __('Campaign (Free Bonus for Every Login)') }} @endsection @section('menu') {{ __('Bonuses') }} @endsection @section('sub-menu') {{ __('Campaigns') }} @endsection @section('content')

{{ __('Campaign (Free Bonus for Every Login)') }}

{{ __('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')
@include('partial.campaign.add.real-bonus-inputs')
{{ __('How many times real bonus amount has to be wagered to become real money (') }} {{ __('cannot be 0') }})
Maximum number of times one same user can get a bonus in the same campaign. Value 0 means there is no limit.
@if (isset($params['award_time_limit'])) @php $convertedTime = parseDateFromSeconds($params['award_time_limit'] * 60) @endphp
@else

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