@extends('V3.layouts.B2C') @push('styles') @vite('resources/assets/slick/slick.css') @vite('resources/assets/slick/slick-theme.css') @endpush @php $vGoalLabel = ''; if ($vGoal == 'I want to quit smoking' || $vGoal == 'I’m not sure yet') { $tmp = getNicotineTypeLabel($setNicotineTypes, 'present', true); $vGoalLabel = 'Our complete transformation program to become happily ' . $tmp . '-free'; } elseif ($vGoal == 'I want to reduce how much I smoke') { $tmp = getNicotineTypeLabel($setNicotineTypes, 'present-continue'); $vGoalLabel = 'Our complete transformation program to cut back your ' . $tmp; } else { $tmp = getNicotineTypeLabel($setNicotineTypes, 'present', true); $vGoalLabel = 'Our complete transformation program to stay happily ' . $tmp . '-free'; } //$btnClass = $vCurrency == 'INR' ? 'btn-razor' : 'btn-stripe'; $allSubscribed = collect($programs)->every(fn($p) => !empty($p['subStatus'])); $btnClass = $allSubscribed ? 'btn-account' : 'btn-checkout'; //$btnLabel = $btnClass == 'btn-account' ? __('messages.view_details') : __('messages.start_my_custom_plan'); $btnLabel = __('messages.start_my_custom_plan'); @endphp @section('content')
@if ($bOnBoardComplete && isset($showPercentage) && $showPercentage > 0)
Buy now to get our exclusive {{ $showPercentage }}% web discount

@endif

image

Your Personalized Program is Ready!

What you will get

  • image {{ $vGoalLabel }}
  • image Interactive daily modules and exercises to remove cravings and gain control over nicotine
  • image 1:1 chat-based expert support and access to our vibrant peer community

Choose the plan that’s right for you

@foreach($programs as $index => $program)
@if($index==1)
Most Popular
@endif

{{ $program['vProductName'] }}

@if (!$program['subStatus'])
Save {{ $program['discount'] }}%
billed   {{ $program['currencySymbol'] . $program['firstCrossPrice'] }} {{ $program['currencySymbol'] . $program['price'] }} {{ '/' . $program['unit'] }}

{{ $program['currencySymbol'] . $program['perDayPrice'] }} /day

@else
You already have an active subscription to this program
@endif
@endforeach
Offer Applied: SIGNUPOFFER
Guaranteed safe checkout. All transactions are secure and encrypted.
No commitment. Cancel anytime.
image

Why Users Love QuitSure

image
image
image
image
image
image

60,000+ smokers with your profile report:

92% reduced cravings
85% fewer withdrawal symptoms
Negligible mood swings and irritability
{{--
95%
--}} image

QuitSure users noted that they were able to achieve their goals within 3 months

Start now before your mind tricks you into doing it ‘later’.

@foreach($programs as $index => $program)
@if($index==1)
Most Popular
@endif

{{ $program['vProductName'] }}

@if (!$program['subStatus'])
Save {{ $program['discount'] }}%
billed   {{ $program['currencySymbol'] . $program['firstCrossPrice'] }} {{ $program['currencySymbol'] . $program['price'] }} {{ '/' . $program['unit'] }}

{{ $program['currencySymbol'] . $program['perDayPrice'] }} /day

@else
You already have an active subscription to this program
@endif
@endforeach
Offer Applied: SIGNUPOFFER
All transactions are secure and encrypted.
No commitment. Cancel anytime.

Why QuitSure Works

icon

Proven CBT and mindfulness techniques

To transform your relationship with nicotine

icon

We make success simple

No cravings. No weight gain. No lifestyle changes.

icon

Built with compassion and experience

Designed by ex-smokers who understand you and have done this journey themselves

Built and endorsed by scientists from
image
image
  • Enjoy the freedom to cancel anytime via your account on the QuitSure app
  • If you choose not to cancel, your subscription will autorenew in {{ $programs[0]['autoRenewText'] }}
  • By completing your purchase, you agree to our terms of service.
  • The terms for our money-back guarantee refund policy can be found here
image

Worried you won’t stick to quitting?
QuitSure is so effective, we guarantee you’ll love the results—or your money back!

Copyright © QuitSure Private Limited, 2025
@endsection @include('V3.B2C.partials.js.subscribeJsEnglish')