Explorar el Código

client detail updates

Josh Kamau hace 5 años
padre
commit
4055ff7955
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/pro/clients_SINGLE/SUB_dashboard.blade.php

+ 1 - 1
resources/views/pro/clients_SINGLE/SUB_dashboard.blade.php

@@ -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