@include('flash::message')
{!! Form::model($settings, ['url' => '/settings', 'method' => 'PATCH']) !!}
{!! Form::label('email', trans('labels.notification_email')) !!}
{!! Form::input('email', 'email', null, ['class' => 'form-control', 'required']) !!}
{!! Form::label('text', 'Reward once a day to the first') !!}
{!! Form::input('text', 'topReward', null, ['class' => 'form-control', 'required']) !!}
{!! Form::label('text', 'Reward once a day to the second') !!}
{!! Form::input('text', 'topRewardSecond', null, ['class' => 'form-control', 'required']) !!}
{!! Form::label('text', 'Reward once a day to the third') !!}
{!! Form::input('text', 'topRewardThird', null, ['class' => 'form-control', 'required']) !!}
{!! Form::label('rate', trans('labels.rate')) !!}
{!! Form::input('rate', 'rate', null, ['class' => 'form-control', 'required']) !!}
{!! Form::label('task_reminder_text', trans('labels.task_reminder_text')) !!}
{!! Form::textarea('task_reminder_text', null, ['class' => 'form-control', 'required', 'rows' => '3']) !!}
{{--Register user with promo reward--}}
{{--
{!! Form::label('award_register_with_promo', trans('labels.award_register_with_promo')) !!}
--}}
{!! Form::label('application_downloads_min_limit', trans('labels.app_minimum_downloads')) !!}
{!! Form::label('balance_replenishment_min', trans('labels.balance_replenishment_min') . ', ' . $currency, '') !!}
{!! Form::label('description_price', trans('labels.description_price') . ', ' . $currency, '') !!}
{!! Form::label('top_price', trans('labels.top_price') . ', ' . $currency, '') !!}
{!! Form::label('version', trans('labels.version') ) !!}
{{--
{!! Form::label('description_price', trans('labels.click_price') . ', ' . $currency, '') !!}
--}}
{{--
--}}
{{-- COMMISSION TAB --}}
@include('partials._settings-commission')
{{-- FIRST REFERRAL SYSTEM TAB --}}
{{--
@include('partials._settings-referral-first')
--}}{{-- SECOND REFERRAL SYSTEM TAB --}}{{--
@include('partials._settings-referral-second')
--}}
{{-- STANDARD TASKS TAB --}}
@include('partials._settings-standard-tasks')
{{-- Cashback settings--}}
@include('partials._settings-cashback')
{{-- PRICES SETTINGS--}}
@lang('labels.price_settings_user')
@include('partials._settings-prices_user')
@lang('labels.price_settings_manager')
@include('partials._settings-prices_manager')
@include('partials._prices_24h')
@include('partials._prices_48h')
@include('partials._prices_72h')
@include('partials._prices_otherCountries')
@include('partials._prices_otherType')
@include('partials._prices_for_install')
@lang('labels.levels.title')
@foreach ($levels as $level)
@if ($loop->first)
@include ('partials._level')
@continue
@endif
@include ('partials._level')
@endforeach
{!! Form::close() !!}