{{-- --}}
Thank you for choosing {{ $businessProfile->name }}. We're looking forward to helping you achieve your health goals. Please note, if you are exhibiting any signs of cold or flu-like symptoms, please book a Telehealth session. 24 hours notice is required to cancel an appointment. --}} @php $initialPaymentAmount = $paymentPlanData->is_equal_instalment == 'on' ? $paymentPlanData->breakdown_amount : $paymentPlanData->first_amount; $termsLink = trim($paymentPlanData->terms_and_condition_link ?? ''); $isUrl = preg_match('/^https?:\/\//i', $termsLink); use Carbon\Carbon; $todayDate = Carbon::now()->timezone($practitionerTimezone); if ($paymentPlanData->is_equal_instalment == 'on') { $paymentCount = $paymentPlanData->breakdown_no_of_payments - 1; } else { $paymentCount = $paymentPlanData->remaining_no_of_payment; } $finalPaymentDate = $todayDate; if ($paymentPlanData->payment_frequency == 'weekly') { $finalPaymentDate = $todayDate->copy()->addDays(7 * $paymentCount); } else if ($paymentPlanData->payment_frequency == 'fortnightly') { $finalPaymentDate = $todayDate->copy()->addDays(14 * $paymentCount); } else if ($paymentPlanData->payment_frequency == 'monthly') { $finalPaymentDate = $todayDate->copy()->addMonths($paymentCount); } @endphp
@isset($paymentPlanData->custom_message){!! nl2br($paymentPlanData->custom_message) !!}@endisset
Pay ${{ $paymentPlanData->breakdown_amount ?? 0 }} now, then {{ $paymentPlanData->breakdown_no_of_payments - 1 }} {{ $paymentPlanData->payment_frequency ?? '' }} payments of ${{ $paymentPlanData->breakdown_amount ?? 0 }}
@elsePay ${{ $paymentPlanData->first_amount ?? 0 }} now, then {{ $paymentPlanData->remaining_no_of_payment ?? 0 }} {{ $paymentPlanData->payment_frequency ?? '' }} payments of ${{ $paymentPlanData->remaining_amount ?? 0 }}
@endifFinal payment will be on: {{ $finalPaymentDate->format('d/m/Y') }}
Payment plans are managed through the My Appointments platform, where appointments with {{ $businessProfile->name ?? '' }} are currently booked. If you are an existing client, please click this option to log in or reset your password. If you’re new to My Appointments, please select create an account.
We’ll send you a text message to verify your number. Create an account to avoid this step for faster future bookings.
Review the following details to continue:
Course name: [$course name]
{{--Course description: [$course description]
--}}Access end date: [$course end date]
Cost: [$course cost]
For faster future bookings, managing your appointments, test results, invoices and more, we recommend activating your account by creating a password below.
Congratulations on investing in yourself! Your purchase is
complete, and you’re all set to get started.
Click below to access your course. An email with additional
details has also been sent your way.
Thank you, your payment plan is now active!
@endifWould you like to use your package to secure this appointment?