Subscribe now at our special {{ $maxDiscount }}% discounted rate to receive:
-
Our complete transformation program to become happily smoke-free
-
Interactive daily modules and exercises to remove cravings and gain control over nicotine
-
1:1 chat-based expert support and access to our vibrant peer community
@foreach ($products as $idx => $product)
@php
$priceParts = explode('.', number_format($product['perDayPrice'], 2));
$priceWhole = $priceParts[0];
$priceDecimal = $priceParts[1] ?? '00';
$unitLabel = match($product['unit']) {
'mo' => 'mo', 'qtr' => 'qtr', '6mo' => '6mo', 'yr' => 'yr', 'wk' => 'wk',
default => 'mo'
};
@endphp
{{ $product['vProductName'] }}
Save {{ $product['discount'] }}%
billed at {{ $currencySymbol }}{{ $product['firstCrossPrice'] }}
→
{{ $currencySymbol }}{{ $product['price'] }}
/{{ $unitLabel }}
{{ $currencySymbol }}
{{ $priceWhole }}
.{{ $priceDecimal }}
/day
@endforeach
Guaranteed safe checkout. All transactions are secure and encrypted.
No commitment. Cancel anytime.
Act now: Every second matters when creating positive change.
Note: the program itself can only be accessed via our app. You will
receive the link to the app after purchase.
The QuitSure program is more than a solution; it's a pathway to
a healthier, smoke-free life.
- 100% money-back guarantee: Enjoy a full refund if the program doesn't work for you
- Built by experts from Stanford University
- Clinically proven with an independently reviewed 80.1% success rate (10x of traditional methods like Nicotine patches and gums)
- Trusted by 3 million+ happy customers with a 95% satisfaction score (based on app reviews)
@endsection
@push('scripts')
@endpush