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

@lang('labels.stats')

@include('flash::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.holding') @lang('labels.time_delay') @lang('labels.total_price') @lang('labels.task_balance') @lang('labels.wasted')
{{ $application->name }}

{{ $application->name }}

{{ $application->limit_state }} {{ $application->time_delay_formatted }} @lang('labels.once_short') {{ $application->price . ' ' . $currency }} {{ $application->amount_for_user . ' ' . $currency }} {{ $application->amount_wasted . ' ' . $currency }}
@if($is_manager)

@lang('messages.app_statistics_warning')

@else
{{ csrf_field() }}
{!! Form::label('limit', trans('labels.progress'), ['class' => 'mb20']) !!}
@endif
@endsection