@lang('labels.users_count')

@php $min_installs = $settings['application_downloads_min_limit']; if (!$is_admin && $application->paid) { $min_installs = $application->limit; } @endphp

@lang('labels.time_delay')

@php $delays = [ 24 => trans('labels.24_h'), 48 => trans('labels.48_h'), 72 => trans('labels.72_h'), 72 + 1 => trans('labels.once'), ]; @endphp {!! Form::select('time_delay', $delays, 72 + 1, [ 'id' => 'time_delay', 'style' => 'width: 100%', 'disabled' => !$can_be_changed ]) !!}

@lang('labels.run-days', ['days' => 3])

@php /*$price = $application->promotion_type === 2 ? number_format($prices->other_type_price_keywords, 2) : number_format($prices->other_type_price, 2);*/ if ($application->promotion_type === 2) { $price = number_format($prices->other_type_price_keywords, 2); } else { $price = number_format($prices->other_type_price, 2); } @endphp {{----}} {{ $currency }}

@lang('labels.by_keywords')

{{-- DESCRIPTION PRICE FROM SETTINGS --}} + {{ '0.00 ' . $currency }}

@lang('labels.daily_budget')

{{ $currency }}

@lang('labels.hourly_budget')

{{ $currency }}