{{ t('checkout.cancel_immediately') }}
@elseif($this->checkoutType === 'update'){{ t('checkout.switch_to') }} {{ $plan->name }} – {{ t('checkout.prorated') }}
@else{{ t('checkout.switch_to') }} {{ $plan->name }}
@endif{{ t('checkout.all_features') }}
@else{{ $trust['title'] }}
{{ $trust['desc'] }}
Plan
{{ $plan->name }}
{{ t('checkout.total') }}
{{ number_format($this->activePrice() / 100, 2, ',', '.') }} €
/ {{ $billing === 'yearly' ? t('common.year') : t('common.month') }}
{{ t('checkout.cancel_desc') }}
{{ t('checkout.switch_desc') }}
{{ t('checkout.waiver_info') }}
@if($this->checkoutType === 'new') {{ t('checkout.redirect_stripe') }} @elseif($this->checkoutType === 'update') {{ t('checkout.no_checkout') }} @else {{ t('checkout.cancel_effective') }} @endif
{{ auth()->user()->name }}
{{ auth()->user()->email }}