@extends('layouts.master') @section('page-title') MG - FreeSpins @endsection @section('menu'){{ __('Bonuses') }}@endsection @section('sub-menu'){{ __('Campaigns') }}@endsection @section('content')

{{ __('To create Freespins Aggregator campaign, there must be first predefined campaign on the Microgaming side and Microgaming Campaign ID obtained (to be set as external_id)') }}

@include('partial.campaign.add.general')

{{ __("Determine new user in hours from the moment of first activity") }}

@if ( isset($validator) && $validator->errors()->first('external_id') )
{{ $validator->errors()->first('external_id') }}
@endif
@if ( isset($validator) && $validator->errors()->first('provider_id') )
{{ $validator->errors()->first('provider_id') }}
@endif
@if ( isset($validator) && $validator->errors()->first('wagering_multiplier') )
{{ $validator->errors()->first('wagering_multiplier') }}
@endif {{ __('How many times WRB amount has to be wagered to obtain real bonus (') }}{{ __('cannot be 0') }})
@include('partial.campaign.add.checkboxes')
@include('partial.campaign.add.buttons')
@endsection