Selaa lähdekoodia

client detail updates

Josh Kamau 5 vuotta sitten
vanhempi
commit
4055ff7955
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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