{{ __('Pay securely, cancel any time.') }} {{ __('Update Subscription') }}
{{ __('New Plan details') }}
{{ substr($newPlan->name, 0, 1) }}
{{ $newPlan->product->name }} @if ($newPlan->has_trial) {{ $newPlan->trial_interval_count }} {{ $newPlan->trialInterval()->firstOrFail()->name }} {{ __(' free trial included') }} @endif @if ($newPlan->interval_count > 1) {{ $newPlan->interval_count }} {{ ucfirst($newPlan->interval->name) }} @else {{ ucfirst($newPlan->interval->adverb) }} {{ __('subscription.') }} @endif {{ __('Starts immediately.') }}
{{ __('What you get:') }}
    @if ($newPlan->product->features) @foreach($newPlan->product->features as $feature) {{ $feature['feature'] }} @endforeach @endif

{{ __('New Subscription price') }}
@money($totals->subtotal, $totals->currencyCode)
@if (!$isProrated)
{{ __('Due now') }}
@money($totals->amountDue, $totals->currencyCode)
@endif
@if ($isProrated) @endif
@csrf

{{ __('Cancel anytime in account settings at least one day before each renewal date. Plan automatically renews until cancelled. Your billing date may not line up with your apprenticeship start date.') }} {{ __('By continuing, you agree to our') }} {{ __('Terms of Service') }} {{ __('and') }} {{ __('Privacy Policy') }}.

{{ __('Confirm & Subscribe') }}