@extends('layouts.app') @section('title', $title) @section('content')

@lang('labels.stats')

@include('flash::message') @if ($flash = session("message")) @endif

{{ session("message") }}

@if($auth_user->id === $application->user_id && !$application->paid) @lang('labels.buttons.pay_from_balance') ({{ number_format($application->amount_for_user, 2, '.', '') }} @lang("labels.currency.Russia.name") ) @endif @lang('labels.buttons.edit') @if($is_admin) @lang('labels.changes_history') @endif
@include('admin._appModerating', compact('application'))
@lang('labels.app') @lang('labels.progress') @lang('labels.runs_total') @lang('labels.installs_today') @lang('labels.time_delay') @lang('labels.total_price') @lang('labels.task_balance') @lang('labels.wasted')
{{ $application->name }}

{{ $application->name }}

{{ $application->limit_state }} {{ $application->total_runs }} {{ $application->installs_today }} {{ $application->daily_budget && $application->active ? ' / ' . $application->daily_budget_installs_limit : '' }} {{ $application->time_delay_formatted }} {{ number_format( $is_manager ? $application->expected_price_for_user : $application->user_task_price, 2) . ' ' . $currency }} {{ $application->amount_for_user . ' ' . $currency }} {{ $application->amount_wasted . ' ' . $currency }}
@if($application->review)

@lang('labels.success_review'): {{ $reviews['success_review'] }}

@lang('labels.success_comment'): {{ $reviews['success_comment'] }}

@endif

@lang('labels.chart')

@include('partials._chart')
@if ($is_admin) @if ($application->users()->wherePivot('is_accepted', 1)->count() > 0)
@endif
@lang('labels.identifier') @lang('labels.tasks.status') @lang('labels.tasks.times') @lang('labels.tasks.failed_times') @lang('labels.tasks.last_open')
@include('partials._sendAppPushNotificationModal', ['url' => route('users::send-app-push')]) @endif @endsection @push('styles') {!! Charts::assets(['global', 'areaspline', 'highcharts']) !!} @endpush