@php $isSubscribedForFullyManaged = session()->has('isSubscribedForFullyManaged') && session('isSubscribedForFullyManaged') == 1; @endphp
@php $backUrl = (auth()->user()->can('single-pricing-page')) ? '/composer/single-pricing' : '/composer/pricing'; if($dailyAiplanId !== null) { $backUrl = '#'; } @endphp
Back to Plans
Subscribe to Composer {{auth()->user()->can('single-pricing-page') ? '' : $pricingAndPlan->plan_label }} {{$isSubscribedForFullyManaged ? '+ Fully Managed' : ''}}
${{$pricingAndPlan->unit_amount/100}}
per month
Composer {{auth()->user()->can('single-pricing-page') ? '' : $pricingAndPlan->plan_label}} {{$isSubscribedForFullyManaged ? '+ Fully Managed' : ''}} - {{$pricingAndPlan->metadata->article_unit}} Articles
Monthly
${{$pricingAndPlan->unit_amount/100}}
@php $isSetUp = !empty($setupFee); $setupAmount = 0; @endphp @if(($isSetUp && $isSubscribedForFullyManaged) || ($isSetUp && $hasDirectSalesUser)) @php $setupAmount = ($setupFee[0]->unit_amount / 100); @endphp
Setup
One-Time
${{$setupAmount}}
@endif
Total due today
${{$isSetUp ? $pricingAndPlan->unit_amount/100 + $setupAmount : $pricingAndPlan->unit_amount/100 }}
@csrf
{{-- --}}
By confirming your subscription, you allow ComposerAI to charge your card for this payment and future payments in accordance with their terms. You can always cancel your subscription.
Secure your subscription with our encrypted checkout, designed to protect your information.
{{--
Enter bank details manually instead (takes 1-2 business days)
Subscribe
By clicking ‘Subscribe’ you agree to authorize payments pursuant to these terms.
--}}
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
{{-- --}}