@php
if(isset($courseCommunicationSettings) && $courseCommunicationSettings->sms_reminder_text !='')
{
$sms_reminder_text = $courseCommunicationSettings->sms_reminder_text;
}else{
$sms_reminder_text = "Hi , thanks for purchasing ! Details have been emailed. To start, log in at with your My Appointments password. Forgot it? . We are excited to support you in your health journey! Warm regards, .";
}
@endphp