|
@@ -63,7 +63,7 @@
|
|
<div>
|
|
<div>
|
|
<h2>Care Monitoring:</h2>
|
|
<h2>Care Monitoring:</h2>
|
|
@if(!$record->cmPro)
|
|
@if(!$record->cmPro)
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putCm', $record->uid)}}"><i class="fa fa-edit" aria-hidden="true"></i>Link cm pro</a>
|
|
|
|
|
|
+ <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putCmPro', $record->uid)}}"><i class="fa fa-edit" aria-hidden="true"></i>Link cm pro</a>
|
|
@else
|
|
@else
|
|
<p>CM Pro: <a href="">{{$record->cmPro->name_display}}</a></p>
|
|
<p>CM Pro: <a href="">{{$record->cmPro->name_display}}</a></p>
|
|
@endif
|
|
@endif
|