|
@@ -102,14 +102,12 @@
|
|
|
{ If rmePro && rmmPro}
|
|
|
@if(!$record->is_enrolled_in_rm)
|
|
|
{ If !rm} Enroll this client into RM.
|
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false"
|
|
|
- href="{{route('clients_SINGLE-ACTION_setIsClientEnrolledInRmToTrue', $record->uid)}}">Enroll in RM</a>
|
|
|
+ <a href="">Enroll in RM</a>
|
|
|
@else
|
|
|
{else}
|
|
|
<small> Unenroll out of RM.
|
|
|
@link _____why?_____ [Unenroll]
|
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false"
|
|
|
- href="{{route('clients_SINGLE-ACTION_setIsClientEnrolledInRmToFalse', $record->uid)}}">Un enroll in RM</a>
|
|
|
+ <a href="">Unenroll in RM</a>
|
|
|
@endif
|
|
|
|
|
|
<< Prev Care Months - Month, Year Next >> (max, one month in future)
|