@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, $application->time_delay, [ 'id' => 'time_delay', 'style' => 'width: 100%', 'disabled' => !$can_be_changed ]) !!}

@lang('labels.session_duration')

@php $durations = [ 30 => trans('labels.30_sec'), 60 => trans('labels.1_min'), 120 => trans('labels.2_min'), 300 => trans('labels.5_min'), ]; @endphp {!! Form::select('duration', $durations, $application->duration, [ 'id' => 'duration', 'style' => 'width: 40%', 'disabled' => !$can_be_changed ]) !!}

@lang('labels.install-limit-days')

@include('apps._appDaysRange', compact('application', 'prices')) @php $user_prices = [ (float) number_format((float)($prices["{$application->device_type}_{$delay}_price_first_{$user_type}"]) + 1, 2, '.', ''), (float) number_format((float)($prices["{$application->device_type}_{$delay}_price_second_{$user_type}"]) + 1, 2, '.', ''), (float) number_format((float)($prices["{$application->device_type}_{$delay}_price_third_{$user_type}"]) + 1, 2, '.', ''), (float) number_format((float)($prices["{$application->device_type}_{$delay}_price_fourth_{$user_type}"]) + 1, 2, '.', ''), ]; @endphp
{{ $user_prices[0] . ' ' . $currency }}
{{ $user_prices[1] . ' ' . $currency }}
{{ $user_prices[2] . ' ' . $currency }}
{{ $user_prices[3] . ' ' . $currency }}
@if($is_manager) @else @endif {{ $currency }}
@if($is_manager) @else @endif {{ $currency }}
@if($is_manager) @else @endif {{ $currency }}

@lang('labels.by_keywords')

@lang('labels.tracking_link')

{!! Form::url('tracking_link', $application->tracking_link, [ 'class' => 'form-control', 'readonly' => !$can_be_changed, 'disabled' => !$application->tracking_service ]) !!}

@lang('labels.daily_budget')

{{ $currency }}

@lang('labels.hourly_budget')

{{ $currency }}

@lang('labels.description')

+ {{ $settings['description_price'] . ' ' . $currency }}

@lang('labels.top')

+ {{ $settings['top_price'] . ' ' . $currency }}

@if($is_admin)

@lang('labels.tasks_limit')

@endif

@lang('labels.nav.testimonials')

%
%