@extends('layouts.master') @section('page-title') Campaign (Fun Bonus) @endsection @section('menu'){{ __('Bonuses') }}@endsection @section('sub-menu'){{ __('Campaigns') }}@endsection @section('content')
{{ __('In specified from-to time frame, players will be offered to play selected games with given fun bonus amount. There is no goal (wagering requirement) for this campaign nor automatic awards.') }}
@include('partial.campaign.add.general')
{{ __('From the moment of activation') }}
@if ( isset($validator) && $validator->errors()->first('bonus_amount') )
{{ $validator->errors()->first('bonus_amount') }}
@endif
@include('partial.campaign.add.fun-bonus-select')
@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection @push('campaign-scripts') @endpush