{{ __('billing.subtitle') }}
{{ __('billing.current_plan') }}
{{ __('billing.plan.'.$currentKey) }}
{{ $eur($current['price_cents'] ?? 0) }}
{{ __('billing.per_month') }}
{{ __($label) }}
{{ $value }}
{{ $order->label() }}
{{ __('billing.cart.added', ['when' => $order->created_at->isoFormat('LL')]) }}
{{ $eur($order->amount_cents) }}
{{ __('billing.plan.'.$key) }}
{{ __('billing.perf.'.($p['performance'] ?? 'standard')) }}{{ $p['quota_gb'] }} GB · {{ __('billing.seats_count', ['count' => $p['seats'] ?? 0]) }}
{{ $eur($p['price_cents']) }} / {{ __('billing.month_short') }}
{{ __('billing.storage_title') }}
{{ __('billing.storage_body', ['gb' => $storage['gb'], 'price' => $eur($storage['price_cents'])]) }}
{{ __('billing.traffic_title') }}
{{ __('billing.traffic_body', ['gb' => $trafficAddon['gb'], 'price' => $eur($trafficAddon['price_cents'])]) }}
@if ($trafficMeter){{ __('billing.traffic_used', [ 'used' => \App\Support\Bytes::human($trafficMeter->usedBytes), 'quota' => \App\Support\Bytes::human($trafficMeter->quotaBytes), ]) }}
@endif{{ __('billing.addon.'.$key.'.name') }}
{{ __('billing.addon.'.$key.'.desc') }}
{{ $eur($addon['price_cents']) }} / {{ __('billing.month_short') }}
{{ __('billing.mock_note') }}