{{-- --}}
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 $emiId = $emiDetailsData->id ?? 0; $emiDetails = App\Models\PaymentPlansEmiDetails::where('payment_plan_purchase_id', $paymentPlanPurchaseData->id)->orderBy('id', 'asc')->get(); $totalEmis = $emiDetails->count(); $currentIndex = $emiDetails->search(function ($emi) use ($emiId) { return (int)$emi->id === (int)$emiId; }); $currentInstallment = $currentIndex !== false ? $currentIndex + 1 : null; if ($currentInstallment) { $paymentInstallment = $currentInstallment . ' of ' . $totalEmis; } else { $paymentInstallment = ''; } @endphp
Hi {{ ucfirst($client->name) ?? '' }} {{ $client->last_name ?? '' }},
@if(!empty($emiDetailsData->invoice_id) && !empty($emiDetailsData->invoice_number))This payment has already been processed.
Thank you.
@elsePayment {{ $paymentInstallment}} is now due.
Click continue to add your payment details.
@endifPayment 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.
Your payment has been processed
Would you like to use your package to secure this appointment?