@php $loc = app()->getLocale(); $priceCents = (int) config('provisioning.storage_addon.price_cents', 0); @endphp

{{ __('billing.storage_confirm_title', ['count' => $packs]) }}

{{ __('billing.storage_confirm_body', [ 'count' => $packs, 'gb' => $packs * $packGb, 'total' => Number::currency($packs * $priceCents / 100, in: 'EUR', locale: $loc), ]) }}

{{ __('billing.storage_confirm_cancel') }} {{ __('billing.storage_confirm_cta') }}