{{ __('settings.subtitle') }}
{{ __('settings.twofa_sub') }}
{{ __('settings.twofa_codes_title') }}
{{ __('settings.twofa_codes_hint') }}
{{ __('settings.cancel_scheduled_title') }}
{{ __('settings.cancel_scheduled_body', ['date' => $instance?->service_ends_at?->local()->isoFormat('LL')]) }}
{{ __('settings.package_active', ['plan' => $instance ? __('billing.plan.'.$instance->plan) : '—']) }}
{{ __('settings.no_package') }}
@endif {{-- The fourteen-day right of withdrawal. Shown only where it exists: a business customer has none and never sees this block — and the server refuses them again in Settings::withdraw(), because a card that is not rendered has never stopped anybody who can post to /livewire/update. Separate from the cancellation above it, and not a variant of it. A cancellation ends a contract that was validly concluded and keeps the term the customer paid for; a withdrawal unwinds the contract itself, ends the service the same day and sends the money back. --}} @if ($withdrawal->applies && $withdrawal->open){{ __('withdrawal.card_title') }}
{{ __('withdrawal.card_sub', [ 'date' => $withdrawal->endsAt->local()->isoFormat('LL'), 'days' => $withdrawal->daysLeft(), ]) }}
{{ __('settings.close_account_title') }}
{{ __('settings.close_account_sub') }}