{{ __('dashboard.as_of', ['time' => '08:42']) }}
{{ \App\Support\Bytes::human($traffic->usedBytes) }} / {{ \App\Support\Bytes::human($traffic->quotaBytes) }}
@if ($state === 'exhausted') {{ __('dashboard.traffic.exhausted') }} @elseif ($state === 'ok') {{ __('dashboard.traffic.remaining', ['amount' => \App\Support\Bytes::human($traffic->remainingBytes())]) }} @else {{ __('dashboard.traffic.almost', ['percent' => $traffic->percent()]) }} @endif
@if ($state !== 'ok') {{-- The offer belongs next to the warning: someone reading that they are nearly out should not have to go looking. --}}{{ __('dashboard.kpi.storage') }}
{{ $storageUsed }}/ {{ $storageQuota }} GB
{{ __('dashboard.storage_week') }}
{{ __('dashboard.kpi.users') }}
{{ $usersActive }}/ {{ $usersQuota }}
{{ __('dashboard.users_detail') }}
{{ __('dashboard.kpi.backup') }}
{{ $lastBackup }}
{{ __('dashboard.backup_verified') }}
{{ __('dashboard.kpi.availability') }}
{{ $availability }}%
{{ __('dashboard.upsell.title', ['percent' => $storagePercent]) }}
{{ __('dashboard.upsell.body') }}
{{ __('dashboard.cloud.package') }}
{{ $cloud['package'] }}
{{ __('dashboard.cloud.status') }}
{{ __('dashboard.cloud.active_since', ['date' => $cloud['since']]) }}
{{ __('dashboard.cloud.location') }}
{{ $cloud['location'] }}
{{ __('dashboard.cloud.version') }}
{{ $cloud['version'] }} · {{ __('dashboard.cloud.current') }}
{{ $m['name'] }}
{{ $m['desc'] }}
{{ $a['text'] }}
{{ $a['time'] }}