@@ -63,7 +63,7 @@
<div>
<h2>Care Monitoring:</h2>
@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
<p>CM Pro: <a href="">{{$record->cmPro->name_display}}</a></p>
@endif