@if (isset($type) && $type == 'instruction')
@if (empty($voucher['iUserID']))
To activate your voucher, simply:
- Download the QuitSure app via
this link
- Create your account using this email address: {{ $voucher['vRecipientEmail'] }}
- Enter your details and set up your account
- When you are choosing your program in the app, choose any program for which your voucher is valid
- Navigate to your Profile page via the icon on the bottom right of your screen
- Scroll down and tap on the “My QuitSure Subscription” link
- Tap on the “ACTIVATE FREE ACCESS” button and choose “Yes”
@if ($voucher['voucher_type']['bPaid'] != 1)
NOTE: The first part of the program is free, so you can wait to activate your voucher
until you have completed the free parts of the program
@endif
@else
To activate your voucher, simply:
- Log in to your QuitSure account (make sure it is the account associated with this email address:
{{ $voucher['vRecipientEmail'] }})
- Navigate to your profile page and make sure you have currently selected a program for which your voucher
is valid
- Tap on any locked item on your home screen or navigate to the “My QuitSure Subscription” page via
your Profile Page
- Tap on the “ACTIVATE FREE ACCESS” button and choose “Yes”
Note:
@if ($isByuerEmail)
- If you have already subscribed to the program on the app directly, then you can activate your
voucher after your current subscription expires
@else
- If you have already subscribed to the program, then you can activate your
voucher after your current subscription expires
@endif
@if ($voucher['voucher_type']['bPaid'] != 1)
- The first part of the program is free, so you can wait to activate your voucher until you
have completed the free parts of the program
@endif
@endif
@endif
@if (isset($type) && $type == 'program_list')
@if (isset($programList) && count($programList) > 0)
@foreach ($programList as $row)
- {{ $row->vName }}
@endforeach
@endif
@endif