@extends('layouts.app') @section('title', $title) @section('content')
@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->limit_state }} | {{ $application->time_delay_formatted }} | @lang('labels.once_short') | {{ $application->price . ' ' . $currency }} | {{ $application->amount_for_user . ' ' . $currency }} | {{ $application->amount_wasted . ' ' . $currency }} |
@lang('messages.app_statistics_warning')