{{ __('Select Payment Method') }}

You are subscribing to

{{ $plan->display_name }}

${{ number_format($plan->price, 2) }}

Duration

{{ $plan->duration_months }} {{ Str::plural('month', $plan->duration_months) }}

Credits

{{ $plan->credits }} credits

Per Credit

${{ number_format($plan->price / $plan->credits, 2) }}

Choose Payment Method

@if($stripeEnabled)
@csrf
@else
Card Payment Currently unavailable
@endif @if($paypalEnabled)
@csrf
@else
PayPal Currently unavailable
@endif
@if(!$stripeEnabled && !$paypalEnabled)

Payment Methods Unavailable

Payment methods are currently being configured. Please try again later or contact support.

@endif
All payments are secure and encrypted