@lang('labels.users_count')

@lang('labels.time_delay')

@php $delays = [ 72 * 60 * 60 => trans('labels.once'), ]; @endphp {!! Form::select('time_delay', $delays, 72 * 60 * 60, [ 'id' => 'time_delay', 'style' => 'width: 100%', 'disabled' => !$can_be_changed ]) !!}
@php $price = $application->promotion_type === 2 ? number_format($prices->other_price_keywords, 2) : number_format($prices->other_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 }}