|
@@ -1016,6 +1016,28 @@
|
|
</form>
|
|
</form>
|
|
</span>
|
|
</span>
|
|
|
|
|
|
|
|
+ <hr class="m-negator-3 my-3">
|
|
|
|
+ <span>Send Appointment Confirmation SMS: <b>{{ $patient->send_appointment_confirmation_sms? 'Yes': 'No' }}</b></span>
|
|
|
|
+ @if($patient->send_appointment_confirmation_sms)
|
|
|
|
+ <span moe class="ml-2">
|
|
|
|
+ <form show url="/api/client/setSendAppointmentConfirmationSmsToFalse" class="mcp-theme-1">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
|
+ <div>
|
|
|
|
+ <button submit class="btn btn-sm btn-primary mr-1">Disable</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </span>
|
|
|
|
+ @else
|
|
|
|
+ <span moe class="ml-2">
|
|
|
|
+ <form show url="/api/client/setSendAppointmentConfirmationSmsToTrue" class="mcp-theme-1">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
|
+ <div>
|
|
|
|
+ <button submit class="btn btn-sm btn-primary mr-1">Enable</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </span>
|
|
|
|
+ @endif
|
|
|
|
+
|
|
<hr class="m-negator-3 my-3">
|
|
<hr class="m-negator-3 my-3">
|
|
<span>Initiative: <b>{{$patient->initiative ? $patient->initiative : 'N/A'}}</b></span>
|
|
<span>Initiative: <b>{{$patient->initiative ? $patient->initiative : 'N/A'}}</b></span>
|
|
<span moe class="ml-2">
|
|
<span moe class="ml-2">
|