{{ __('billing.subtitle') }}
{{ __('billing.current_plan') }}
{{ __('billing.plan.'.$currentKey) }}
{{ $eur($current['price_cents'] ?? 0) }}
{{ __('billing.net_per_month') }}
@if ($totalMonthlyCents !== null && $totalMonthlyCents !== ($current['price_cents'] ?? 0)) {{-- The plan alone is not the bill once modules are booked, and every part of it is frozen at what was agreed. --}}{{ __('billing.total_with_addons', ['total' => $eur($totalMonthlyCents)]) }}
@endif{{ __($label) }}
{{ $value }}
{{ $order->label() }}
{{ __('billing.cart.added', ['when' => $order->created_at->isoFormat('LL')]) }}
{{ $eur($order->amount_cents) }}
{{ __('billing.cart.net') }} · {{ $order->isRecurring() ? __('billing.cart.per_month') : __('billing.cart.once') }}
{{ __('billing.cart.recurring_note', ['amount' => $eur($recurringGross)]) }}
@endif{{ __('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') }}
{{ $tax->reverseCharge ? __('billing.net_reverse_charge') : __('billing.net_hint', ['percent' => $tax->percentLabel()]) }}
{{ __('billing.storage_title') }}
{{ __('billing.storage_body', ['gb' => $storage['gb'], 'price' => $eur($storage['price_cents'])]) }}
{{ __('billing.net_per_month') }}
{{ __('billing.traffic_title') }}
{{ __('billing.traffic_body', ['gb' => $trafficAddon['gb'], 'price' => $eur($trafficAddon['price_cents'])]) }}
{{ __('billing.net_once') }}
@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') }}
{{-- What they actually pay for it once booked (packs and all), and today's price while it is still a sale to be made. --}}{{ $eur($addon['booked'] ? $addon['monthly_cents'] : (int) $addon['price_cents']) }} / {{ __('billing.month_short') }} @if ($addon['booked'] && $addon['quantity'] > 1) · {{ __('billing.addon_packs', ['count' => $addon['quantity']]) }} @endif
{{ $tax->reverseCharge ? __('billing.net_reverse_charge') : __('billing.net_hint', ['percent' => $tax->percentLabel()]) }}
@if ($addon['booked']) {{-- Already theirs, at the price they booked it for — which is why this card does not show today's. --}}{{ __('billing.addon_booked') }}
@else{{ __('billing.mock_note') }}